A:hover { 
text-decoration : underline; 
} 
A:link { 
text-decoration : none; 
color : #cc0000; 
} 
A:visited { 
text-decoration : none; 
color : #cc0000; 
} 
html { 
    overflow: -moz-scrollbars-vertical; 
}

A:hover { 
text-decoration : underline; 
color : #000000; 
} 
A:active { 
color : #ff0000; 
 
} 
h1 { 
font-size : 10pt; 
color : #404040; 
text-align : left; 
} 
h2 { 
font-size : 10pt; 
color : #000000; 
text-align : justify; 
} 
body { 
color : #000000;
background-attachment : fixed; 
font-size : 10pt; 
font-family : Arial; 
background-image : url("../images/back.png"); 
width : 100%; 
height : 100%; 
margin : 0; 
padding : 0; 
}
