/*magoo main style sheet*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana;
	color: white;
	background-color:#222222;
	text-align: center;
	}

a {color:#33CC00;
	}

a:visited 	{
	color: #AA0000;
	}

a:hover, a:active	{
	color: #FFFFFF;
	}

.logostyle {
	font-size: 36pt;
	color: #00FF33;
	font-style: italic;
	font-family: "Courier New", Courier, mono;
	text-align:center;
	}	

.catagory {
	color:#BBBBBB;
	font-size:x-large;
	font-weight:bold;
	}
	
.pagetitle {
	font-size: xx-large;
	color: #00E025;
	text-align:center;
	}
