@charset "UTF-8";

a:link {
	color: #669900;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #669900;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #999900;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #336600;
	font-weight: bold;
	text-decoration: underline;
}


.copy {
	font: 12px Tahoma, Verdana, Helvetica, sans-serif;
	color: #333333;
}
.titlebold {
	font: normal 16px helvetica, tahoma, arial, sans-serif;
	color: #666666;
}
.newsHeadline {
	font: bold 14px "Courier New", Courier, monospace;
	color: #333333;
}

