html {
	margin: 0;
	padding: 0;
	}
body { 
	line-height: 1.88889;
	color: #006600; 
	background: #000000; 
	margin: 0; 
	padding: 0;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h1 { 
        text-align: center;
	font-size: 28px; 
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #006600;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: blue;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: purple;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}