body, html {
	margin: 0px;
	background-color: #999966;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; color: #000000;
}

a:link {
	color: #0000FF;
	text-decoration: none;
	}

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

a:active {
	color: #0000FF;
	text-decoration: none;
	}
	
a:hover {
	color: #0000FF;
	text-decoration: underline;
	}

.intro {
	font-size: 11px; font-weight: bold;
	color: #333333;
}


.main {
	width: 581px;
	padding-top: 7px;
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 15px;
}

.menu {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin-bottom: 3px;
}

h1 {
	font-family: Georgia, Times New Roman, serif;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size:30px;
	font-style: italic;
	color: #666666;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-family: Georgia, Times New Roman, serif;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size:26px;
	font-style: italic;
	color: #666666;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-family: Georgia, Times New Roman, serif;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:22px;
	font-style: italic;
	color: #666666;
	font-weight: bold;
	text-align: center;
}

h4 {
	font-family: Georgia, Times New Roman, serif;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:18px;
	font-style: italic;
	color: #666666;
	font-weight: bold;
	text-align: center;
}


