A:link {
	color: #FFFFFF;
	display: block;
} A:visited {
	color: #FFFFFF;
	background: left;
	text-align: left;
} A:active {
	color: #FFFFFF;
	background: #CC6666 right;
	display: table-cell;
	text-align: left;
} A:hover {
	color: #FFFFCC;
	text-align: left;
} 
 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: sans-serif; font-size: 7.8pt} .black78 {font-family:sans-serif; 
font-size: small; color: #000000; font-weight: lighter} .black8 {font-family: sans-serif; font-size: 
8pt; color: #000000} .white8 {
	font-family: sans-serif;
	font-size: 9pt;
	color: 
#ffffff;
	font-weight: bold;
	cursor: auto;
	background-color: #999999;
	border: #FF9933;
} .brown9 {
	color: #FFFFFF;
	cursor: hand;
	text-decoration: none;
	text-align: left;
	background: #006699;
	font: 9pt sans-serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #FFFFFF;
	border-left-color: #666666;
} .grey78 
{font-family: sans-serif; font-size: 7.8pt; color: #636363} 
