a:link
{
	color: rgb(255,255,255); 
}
a:visited
{
	color: rgb(255,255,255); 
} 
a:active 
{
	color: rgb(0,152,253);
}

a:hover
{
    color: rgb(238,25,44);
   
}

body
{
	font-family: Arial;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial;
}
h1
{
	color: rgb(255,255,255);
}
h2
{
	color: rgb(0,152,153); 
}
h3
{
	color: rgb(238,25,44); 
}
h4
{
	color: rgb(153,102,0);
}
h5
{
	color: rgb(204,51,51);
}
h6
{
	color: rgb(102,0,102);
}
<!--
 BODY {
           scrollbar-base-color:rgb(0,0,255);
           scrollbar-track-color:rgb(255,255,255);
           scrollbar-arrow-color:rgb(255,102,0)           }
-->