
/* General CSS info */	

BODY {font-family:Arial,Helvetica,sans-serif;
margin : 0px 0px 0px 0px;
font-size : 12px;
font-style: normal;
font-weight: normal; 
background-color: #000000}


.links A:link {color: #000000;text-decoration: none}
.links A:visited {color: #000000;text-decoration: none}
.links A:active {color: #FF0000;text-decoration: underline blink}
.links A:hover {color: #0000FF;text-decoration: underline}


/* Header */
.header A:link {text-decoration: none; color: #000000;}
.header A:visited {text-decoration: none; color: #000000;}
.header A:active {text-decoration: none; color: #000000;}
.header A:hover {text-decoration: underline; color: #000000;}



/* Footer */
.footer A:link {text-decoration: none; color: #0000FF;}
.footer A:visited {text-decoration: none; color: #800080;}
.footer A:active {text-decoration: none; color: #FF0000;}
.footer A:hover {text-decoration: underline;color: #FF0000;}

/* Black Rule*/
.brule {border-top-width: 1px;
       border-top-style: solid;
       border-color: #000000; 
       margin: 2%;}



