BODY {
	background-color: #99FFFF;
}
TABLE{
	width : 600PX;
}

TD {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 12pt;
}

A {
	text-decoration: none;
	color: blue;
}

A:Hover {
	text-decoration: underline;
	color: Blue;
}
