﻿body
{
	background-color: rgb(221,221,221);
	font-family: verdana, tahoma, "trebuchet ms", sans-serif;
	font-size: 10pt;
}

a:link	/* unvisited link */
{
	text-decoration: none;
	color: rgb(0,0,255)
}

a:visited	/* visited link */
{
	text-decoration: none;
	color: rgb(0,0,255)
}

a:hover	/* mouse over link */
{
	text-decoration: underline;
	color: rgb(0,0,255)
}

a:active	/* selected link */
{
	text-decoration: underline;
	color: rgb(0,0,255)
}
