body {
text-align: center;
}
#wrapper {
width: 770px; 	
margin: 0 auto; 
padding: 0; 
text-align: left;
}

A:link { color: #FFFFCC }
A:visited { color: #FFFFCC }
A:active { color: #FFFFCC}
A:hover { color: #666666}  

<!-- 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, geneva, sans-serif; font-size: 10px; color: #FFFFCC}

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

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

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







