@charset "utf-8";
/* CSS Document */

body { background-color: #859640;}

/* ticker style */

.ticker { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#cccc33 
}

a.ticker:link {
	font-family : Times, Helvetica, Sand;
	font-size : 12px;
	color : #cccc33;
	text-decoration: underline
}

a.bodycopy:active { 
	font-family: Times, Helvetica, Sand; 
	font-size: 12px; 
	color: #cccc33; 
	text-decoration: underline 
}

a.bodycopy:visited { 
	font-family: Times, Helvetica, Sand; 
	font-size: 12px; 
	color: #cccc33; 
	text-decoration: underline 
}

a.bodycopy:hover { 
	font-family: Times, Helvetica, Sand; 
	font-size: 12px; 
	color: #cccc33;
	background-color: #e5e5e5; 
	text-decoration: underline
}