@charset "ISO-8859-1"; 

body
{
color : #000 ; 
margin : 0px ;
padding : 0px ;
text-align : center ;
font-family : sans-serif ;
}

a:link
{
color : #0000FF ;
text-decoration : none
}

a:visited
{
color : #990099 ;
text-decoration : none
}

a:active
{
color : #FF0000 ;
text-decoration : underline
}

a:hover
{
color : #FF0000 ;
text-decoration : underline
}




