A:link {
	color: blue;
	text-decoration: none;
}

A:visited {
	color: darkblue;
	text-decoration: none;
}

A:active {
	color: blue;
	text-decoration: none;
}

A:hover {
	color: skyblue;
	text-decoration: underline;
}
TD
{
	font-size: 12px;
	font-family : Verdana;
}
P {
	font-size: 12px;
	font-family : Verdana;
}
h3{
	font-size: 14px;
	font-family : Verdana;
}