body { 
 font: 11px verdana,arial,helvetica,sans-serif; 
 color: #990000; 
 margin: 0;
 padding: 0;
 text-align: center;
 background: #990000;
}
/* --// layout // */
.container {
 width: 554px;
}

.redcell {
	background-color: #660000;
	height: 25px;
}
.whitecell {
background-color: #FFFFFF;
}
.greycell {
	background-color: #CCCCCC;
font-size:16px;
font-weight:600;
text-align:center;
}

tr,td {
 font: 11px verdana,arial,helvetica,sans-serif; 
}
/* --// links --// */
a.text { 
 color: #683A33;
 text-decoration: none;
 border-bottom: 1px dotted #683A33;
font-size: 11px;
}
a.text:hover,a.text:active { 
 border-bottom: 1px solid #512720;
 background: #660000;
 color: #ffffff;
}

a {
 text-decoration: none;
}
a.footer,a.footer:hover,a.footer:visited {
color: FFFFFF;
text-align: center;
color:#FFFFFF;
padding: 10px; 
border-bottom: 1px dotted #683A33;
font-size: 11px;
}

