Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
a:link
{
	color: rgb(105,20,255); 
}
a:visited
{
	color: rgb(150,20,20); 
} 
a:active 
{
	color: rgb(12,205,0);
}
body
{
	font-family: Helvetica, Times New Roman, Times;
        font-size: 12;
	background-color: rgb(15,10,24);
	color: rgb(100,25,15);
}
 
p
{      background-color: #C6E7DE;
}
 
div
{ background-color: #C6E7DE;
}
 
ul
{     background-color: #C6E7DE;
}
 
ol
{      background-color: #C6E7FF;
}
 
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: #006b84;
}
h2
{
	color: #006b84; 
}
h3
{
	color: #006b84;
}
h4
{
	color: #006b84;
}
h5
{
	color: #006b84;
}
h6
{
	color: rgb(0,255,204);
}