body {
    background: black;  
    color: yellow;
    margin: 0px 0px 0px 0px;
    font-family: verdana, tahoma, helvetica, arial, sans-serif;
    font-size: 16px;
    height: 100%;
	 text-align: center;
}
a:link {
	color: #663300;
	}
a:visited {
	color: #996633;
	}
a:hover {
	color: blue;
	background: Red;
	font-style: italic;
	}
a:active {color: #0000FF}

#content{
	width: 750px;
	margin: 0px auto 210px;
	line-height: 150%;
	text-align: center;
}

.box1{
	position: relative;
	width: 750px;
	background: #FF9933;
	margin-right: auto;
	margin-left: auto;
}

.minibox1{
	width: 250px;
	float: left;
}
.minibox2{
	width: 375px;
	float: left;
}
.bigbox{
	clear: left;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

h1
{
	padding: 10px 10px;
	color: #ffe;
	text-decoration: none;
	text-align: center;
	font-size: xx-large;
}

h2
{
	padding: 10px 10px;
	color: #663300;
	text-decoration: none;
	text-align: center;
	font-size: 18pt;
}

h3{
	color: Black;
	text-decoration: none;
	text-align: center;
	font-size: 14pt;
}

#menu{
	float: left;
	width: 200px;
	margin: 0;
	padding: 1em;
}

#navlist
{
padding: 0 1px 1px;
margin-left: 0;
font: bold 12px Verdana, sans-serif;
background: gray;

}

#navlist li
{
list-style: none;
margin: 0;
border-top: 1px solid gray;
text-align: left;
}

#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #AAB;
background: #CCD;
text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
border-color: #FE3;
color: #FFF;
background: #332;
}