body {
font-family: Arial, Helvetica, Verdana; 
font-size: 13px; 
text-align: center;
}
#wrapper {
width: 770px; 	
margin: 0 auto; 
padding: 0; 
text-align: left;
}

A:link { color: #FFFF99 }
A:visited { color: #FFFF99 }
A:active { color: #FFFF99}
A:hover { color: #333333}  

<!-- This stylesheet uses pt's for font sizing for demonstration purposes. However, the problem with pt's is that their size is fixed, which means it cannot be changed with a user's browser. They also are extremely small for some Mac's. When using this stylesheet, it is recommended that pt's be replaced with em's (or percentages). For example, 7.8pt on a PC is, roughly, the equivalent of .7em for PC's and .8 or .9 em for Mac's. -->

#blankbg {background-image: url(images/spacer.gif); background-repeat: no-repeat} 

td {  
font-family: Arial, Helvetica, Verdana;
font-size: 13px;
font-weight: none; 
color: beige;
}

p {  
font-family: Arial, Helvetica, Verdana; 
font-size: 13px; 
color: beige; 
}

.white78 {font-family: arial, geneva, sans-serif; font-size: 10px; color: #ffffff}

.yellow78 {font-family: arial, geneva, sans-serif; font-size: 10px; color: #F3F60C}

.grey78 {font-family: arial, geneva, sans-serif; font-size: 9px; color: #A6A6A6}







