h1
{
	font-size: 18px;
	color:#000000;
	text-decoration: none;
	margin: 0px;
}

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


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