﻿@import url("style2.css");
 body
 {
	background : #006699;
	color : White;
	font-family : "Arial";
	font-size:14px;
	font-weight : bolder;
}
td
{
	color : #003399;
	font-family : "Arial";
	font-size:16px;
	font-weight : bolder;

}

a:link
{
	color: #000099;
	text-decoration: none;
}
a:visited
{
	color : ##FF0000;
	text-decoration:none;
}
a:active
{
	color : #FF0000;
	text-decoration:none;
}
a:hover
{
	color : #99FF00;
	text-decoration:underline overline;
	background-color:navy;
}

