body
{
	font-family: Verdana;
	font-size: 12;
	color: #000;
	background-color:#D9E9EF;
}

a:link {
	font-family: Verdana;
	font-weight: bold;
	font-style: normal;
	color: #0001F6;
	text-decoration: none;
}

a:visited {
	font-family: Verdana;
	font-weight: bold;
	font-style: normal;
	color: #0001F6;
	text-decoration: none;
}

a:hover {
	font-family: Verdana;
	font-weight: bold;
	color: #0001F6;
	text-decoration:underline overline;
}

a:active {
	font-family: Verdana;
	font-weight: bold;
	font-style: normal;
	color: #0001F6;
	text-decoration: none;

}



table
{
    font-family: Verdana;
	font-size: 12;
	color: #000;
	background-color:#D9E9EF;
}

INPUT
{
    border:solid 1px #000;
}

INPUT.button
{
    border:solid 2px #333;
}

