a:link
{
	color: #404040; 
}
a:visited
{
	color: #FFFFFF; 
} 
a:active 
{
	color: #FF0000;
}
body
{
	font-family: Tahoma, Times New Roman, Times, Serif;
	background-color: #7e9596;
	color: #000000;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Tahoma, Times New Roman, Times, Serif;
}
h1
{
	color: rgb(255,0,0);
}
h2
{
	color: rgb(0,153,51); 
}
h3
{
	color: rgb(204,51,51); 
}
h4
{
	color: rgb(51,0,204);
}
h5
{
	color: rgb(0,153,51);
}
h6
{
	color: rgb(204,51,51);
}