body, html
{
	background-color: #D3D3D3;
	margin: 0;
	padding: 0;
}

body,td,th
{
	margin: 0;
	padding: 0;
	
	font-family: Courier, Courier New, monospace;
	font-size: 16px;
	font-weight: bold;
	
	color: #FFFFFF;
	line-height: 20px;
	
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1
{
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
	letter-spacing: 1px;
}

h2
{

	font-size: 24px;
	line-height: 30px;
	margin: 0;
	letter-spacing: 1px;
	font-weight: normal;

}

h3
{

	font-size: 22px;
	line-height: 30px;
	margin: 0;
	letter-spacing: 0px;
	font-weight: normal;

}

h4
{

	font-size: 22px;
	margin: 10px 0;
	letter-spacing: 0px;
	font-weight: normal;

}

p
{
	line-height: 22px;
	font-size: 14px;
}

em
{

	display: block;
	text-align: right;

}

strong
{
	font-size: 16px;
}

.timedata strong
{

	text-transform: uppercase;
	font-size: 14px;

}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
}

#menu a
{
	font-size: 16px;
}
#menu a:hover
{
	xtext-decoration: underline;
}




#main
{
	background-color: #FFFFFF;
	margin: 0px auto 20px auto;
}
#menu
{
	background-color: #DAA520;
}

#menu div
{
    margin: 20px 0; 
    text-align: center; 
    font-size: 17px;
}




