body {
	background-color: black;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
     }

p      {
    		color:white;
		font-family: Verdana;
		font-size: 12px;
				
       }
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFF33;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;