#menu LI UL {
	display: block;
}
HTML {
	background: #FFA800;
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
}
BODY {
	font-size: 10px;
	width: 100%;
	background: white;
}
A {
	color: #001A6E;
}
A:hover {
	color: #AF0505;
}

#content P {
	text-indent: 2em;
	text-align: justify;
}

#footer {
	text-align:right; font-size: 10px;
}

H1 { 
	font-family: 'Impact CE', 'Impact', 'Arial CE', 'Techno CE', 'Helvetica CE', Impact, lucida, sans-serif;
	font-weight: normal;
	color: #FF9700;
	font-size: 22px;
	text-align: center;
	padding-bottom:0;
	margin-bottom: 0; 
}
H1 STRONG {
	text-transform: uppercase;
	font-weight: normal;
}

#content IMG {
	margin: 2px;
	border: 1px solid black;
}

H2 {
	font-family: 'Times New Roman CE', 'Times New CE', 'Times CE', 'Times New Roman', times, serif;
	font-weight: normal;
	font-variant: small-caps;
	text-align: center;
	font-size: 150%;
}
#content P {
	margin-bottom: 0;
	margin-top: 0.2em;
}

