body {  
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
p {
	font-size: 12px;
	text-indent: 0px;
	text-align: left;
	line-height: 15px;
	margins: 10px;
	padding: 2px;
}
p.center {
	font-size: 13px;
	text-indent: 0px;
	text-align: center;
	line-height: 17px;
	}	
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a:hover	{
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal
}
h6 {
	color: #FFC44E;
	font-size: 14px;
}
h4 {
	font-size: 19px;
	color: #FFC44E;
	font-style: italic;
	}
h3 {
	color: #FFC44E;
	font-family: sans serif;
	line-height: 16px;
}
h2 {
	color: #FFFFFF;
	}
#text box {
	width: 260px;
	padding: 7px;
	}

#nav {
	margin: 0;
	padding: 5px;
	height: 30px;
	background: #259288;
	border-left: 1px solid #000000;	
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 20px;
	font-weight: strong;
	text-align: center;
}
#content {
	background: #000000;
	color: #FFFFFF;
	width: 676px;
	padding: 10px;
	border-left: 2px solid #CC3333;	
	border-right: 2px solid #CC3333;
	border-bottom: 2px solid #CC3333;
	text-align: center;
	}
#content a{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal
}
#content a:hover	{
	text-decoration: underline;
	color: yellow;
	font-weight: strong
}

