@charset "utf-8";
/* CSS Document */

	body {
		background-color: black;
		color: white;
		font-family: Arial, Helvetica, Verdana, san-serif;
	        font-size: large;
}
#allcontent {		
					width:900px;
					margin-left: auto;
					margin-right: auto;
}

div#footer {
				text-align: center;
				color:white;
				background-color: black;
			}
body { color: #339999;
	background-color: #000000; /* black */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	margin-left: 20%;
	margin-right: 20%;
 }

h3 { 
	color: white;
	font-size: medium;
	border-bottom: thin solid #339999;
}			
		
		a:active {color: blue; text-decoration: none;}   /*selected link */
		a:hover {color: green; text-decoration: none;}    /* Mouse over link */
	    a:visited {color: #99ffcc; text-decoration: none;} /*visited link (red) */
	   	a:link {color: #ccffff; text-decoration: none;}   /* unvisited link (dark green)

