TABLE {
font-size: 14px;
FONT-FAMILY: MS sans serif;
}

BODY {
margin: 0px;
}

H1 {
font-size: 16px;
FONT-FAMILY: MS sans serif;
}
H2 {
font-size: 14px;
FONT-FAMILY: MS sans serif;
}

TD.yellowbox {
FONT-FAMILY: MS sans serif;
height:30px;
width:130px;
border-top: 1px solid #000;
border-right: 1px solid #000;
border-left: 1px solid #000;
font-size: 12px;
background-color: #FFC;
text-align:center;
}

TD.goldbox {
FONT-FAMILY: MS sans serif;
height:30px;
width:130px;
border-top: 1px solid #000;
border-right: 1px solid #000;
border-left: 1px solid #000;
font-size: 12px;
background-color: #FC3;
text-align:center;
}

TD.greenbox {
FONT-FAMILY: MS sans serif;
height:30px;
width:130px;
border-top: 1px solid #000;
border-right: 1px solid #000;
border-left: 1px solid #000;
font-size: 12px;
background-color: #0C3;
text-align:center;
}
TD.redbox {
	FONT-FAMILY: MS sans serif;
	height:30px;
	width:130px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	font-size: 12px;
	background-color: #CC0000;
	text-align:center;
}



A {
	color: #000066;
	text-decoration:none;
	font-weight: bold;
}

A:HOVER {
color: #F00;
text-decoration:none;
}


