body {
	background-color: #00FF33;
}
#footer {
	background-color: #01009A;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #00FF33;
	font-family: arial;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
#footer a:link  {
	color: white;
}
#footer a:visited {
	color: #FFFFFF;
}

#content a:link  {
	color: #0033FF;
	text-decoration: none;

}
#content a:visited {
	color: #0033FF;
	text-decoration: none;
}


#header {
	background-color: #01009A;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#content {
	background-color: #FFFFFF;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #00FF33;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 9px;
	font-family: verdana;
	font-size: 12px;
}
#nav {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
h1 {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-size: 9px;
}
