a:link
{
	color: rgb(100,183,255); 
}
a:visited
{
	color: rgb(100,183,255); 
} 
a:active 
{
	color: rgb(100,183,255);
}
body
{
	font-family: Arial, Book Antiqua, Times New Roman, Times;
	background-color: rgb(255,255,255);
	color: #1B1A9C;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Book Antiqua, Times New Roman, Times;
}
h1
{
	color: rgb(235,172,0);
}
h2
{
	color: rgb(235,172,0); 
}
h3
{
	color: rgb(235,172,0); 
}
h4
{
	color: rgb(235,172,0);
}
h5
{
	color: rgb(204,153,0);
}
h6
{
	color: rgb(204,153,0);
}