BODY {
	color: Black;
	background-color: White;
	font-family: Arial, sans-serif;
	font-size: medium;
	background-position: center;
}
TABLE.main {
	width : 640px;
	background : top;
}


A {
	color: #FFFF99;
	text-decoration: none;
}

A:HOVER {
	color: #FFFF33;
	text-decoration: underline;
}

TD.red {
	background-color: #CC0000;
	font: bolder;
	text-align: center;
	width: 20%;
	vertical-align: top;
	
}


TD.white {
	background-color: White;
	width: 80%;
	vertical-align: top;
	text-align: center;
}

