A {
        text-decoration: none;
        color: #0000FF;
        font-weight: normal;
}

A:hover {
        text-decoration: none;
        color: #ACAC39;
        font-weight: normal;
}

H1 {
	text-decoration: none;
        color: #000000;
        font-weight: bold;
        font-size: 18 px
}

.side img {
	/* for IE */
 	filter:alpha(opacity=100);
 	
  	/* CSS3 standard */
  	opacity:1.0;

}
	

.side:hover img {
	/* for IE */
 	filter:alpha(opacity=80);
 	
  	/* CSS3 standard */
  	opacity:0.8;

}


