BODY {
	background: #333333;
	color: #979797;
	font-family: Verdana;
	font-size: 14px;
	text-align: left;
}

H2 {
	font-size: 14pt;
}

H3 {
	font-size: 15pt;
	font-style: italic;
	font-family: sans-serif;
}

H4 {
    font-family: sans-serif;
    font-size: small;
}

A {
	color: Silver;
}

A:Hover {
	color: #616161;
}

HR {
	height: 1pt;
}

#cssprozr a img {  
opacity:0.3; -moz-opacity:0.3; filter:alpha(opacity=30);    
}  

#cssprozr a:hover img {  
opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);  
}