body {
	background-color: #FFF;
	margin: 0;
	padding: .5em; 
	padding-top: .5em;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 13px;
}
td {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#000;
font-size: 13px;
}

/* All the A's */
a:link{
text-decoration:none;
color:#0CF;}

a:hover{
	text-decoration:none;
	border-bottom:dotted 1px #CCC;}
	
a:visited{
	color:#0CF;
	text-decoration:none;}


img
{  border-style: none;}

DIV.date{
	font-size:9px;
	color:#999;}

/* Start scroll CSS */
.vscrollerbar {
width: 10px;
background-color: yellow;
}
.hscrollerbase {
height: 10px;
background-color: yellow;
}
.hscrollerbar {
height: 10px;
background-color: black;
}
/* End Scroll CSS */
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
