html, body {
			font: 2px/10px verdana,arial,"comic sans ms", helvetica, sans-serif; 
			color: #1B3829; 
			background: url("../images/dkgreenleaves.jpg");
}

table {
			font: 12px/14px;
}

td {
     padding: 15px;
}

a.type1:link, a:link    {
							color:#0000FF; 
							text-decoration:none;
}

a.type1:visited, a:visited {
								 color:#CC0000; 
								 text-decoration:none;
}

a.type1:active, a:active  {
								color:#FF3300; 
								text-decoration:underline; 
								background: #FFCC00;
}

a.type1:hover, a:hover  {
							 color:#663300; 
							 text-decoration:underline; 
							 background: #FFCC00;
}


