.bodytext {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	text-decoration: none;
}

a.bodytext:link {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	text-decoration: none;
}
a.bodytext:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	text-decoration: none;
}
a.bodytext:hover {
	font-family: "Courier New", Courier, mono;
	color: #CC0000;
	font-size: 11px;
	text-decoration: underline;
}
a.bodytext:active {
	font-family: "Courier New", Courier, mono;
	color: #EE0000;
	font-size: 11px;
	text-decoration: underline;
}




a.linklight img {
filter:alpha(opacity=50);
-moz-opacity: 0.5; 
opacity: 0.5;
-khtml-opacity: 0.5;
}


a.linklight:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; 
}





a.linkdark img {
filter:alpha(opacity=75);
-moz-opacity: 0.75; 
opacity: 0.75;
-khtml-opacity: 0.75;
}


a.linkdark:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; 
}




a {
outline: none;
}
a img {
border:none;
}
