body {
	background-color: #333344;
	margin: 0;
	font-family: "Courier New", Courier, mono;
        color: white;
        font-size: large
}

#all
        a.all:link { font-weight:bolder; color:white; text-decoration:none; }
	a.all:visited { font-weight:bolder; color:white; text-decoration:none; }
	a.all:focus { font-weight:bold; color:light-green; text-decoration:none; }
	a.all:hover { font-weight:bold; color:light-red; text-decoration:none; }
	a.all:active { font-weight:bold; color:red; text-decoration:none; }



#footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: white;
}
