a:link
{
	color: rgb(0,0,255);
	text-decoration: underline;
}
a:visited
{
	color: rgb(0,0,255);
	text-decoration: underline;
} 
a:hover
{
	color: rgb(255,0,0);
	text-decoration: underline;
}
body
{
	font-family: Tahoma, Arial;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	margin-top: 0px;
	margin-bottom: 0px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Tahoma, Arial;
	color: rgb(0,0,0);
}
