BODY {
	background-color : #CCDDFF;
	color : #000000;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	margin-left : 5%;
	margin-right : 5%;
}

A:LINK, A:VISITED {
	color : #000099;
	text-decoration : none;
}

A:HOVER {
	background-color : #FFFFFF;
	color : #00009F;
	text-decoration : none;
}




CAPTION {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : 800;
}

TH {
	background-color : #FFFFFF;
}

TD {
	background-color : #FFFF99;
	border-left-style : solid;
	border-top-style: solid;
	border-left-color : Blue;
	border-top-color : Blue;
	border-top-width: thin;
	border-left-width: thin;
	color: Black;
}


TR { color: Yellow;
background-color: #0000FF;

}