/* CSS Document */

body {
	    font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		background-color:#000000;
		margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	    }

body a:link {
  	color:#002c77;
  	text-decoration:underline;
  	}
body a:visited {
  	color:#6a8a7f;
  	text-decoration:underline;
  	}
body a:hover {
  	color:#c60;
  	text-decoration:underline;
  	}
	
	