a:link
{
    color : #d90000 ;
    text-decoration : none ;
}

a:visited
{
    color : #d90000 ;
    text-decoration : none ;
}

a:active
{
    color : #d90000 ;
    text-decoration : none ;
}

a:hover
{
    color : #000000 ;
    text-decoration : underline ;
    }

body{
	background: #000000;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

