body, td, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;	
}

b, .abc {
	font-weight: bold;
}

i {
	font-style: italic;
}

.smaller {
	font-size: 10px;
	font-style: italic;
}

.highlight {
   color: #FF0000;
   font-weight: bold;   
}

a:hover, a.abc:hover {
	color: #666666;
}

a.grey, a.grey:hover { font-size: 1px; color: #cccccc; }
