BODY{
	color: black;
	font-family : Verdana;
	font-size: 12;
	background-position: center;
	background-attachment : fixed;
	background-image : url("backgr3.jpg");
}
TD {
	color: black;
	font-family : Verdana;
	font-size: 12;
	font: normal;
}
A {
	text-decoration: none;
	color: midnightblue;
	font-size: 12;
	font: bold;
}
A:Hover {
	text-decoration: underline;
	color: midnightblue;
	font-size: 12;
}

