#menu
{
	position: fixed; 
	align: center;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	border: none;
	float:top;
	background-color: #ffffff;
}

#menu a
{
	font-family: Verdana;
	font-style: normal;
	font-size: 8pt; 
	font-weight: bold;
	text-decoration: none; 
	color: #000000;
}

#menu a:hover
{
	font-family: Verdana;
	font-style: normal;
	font-size: 8pt; 
	font-weight: bold;
	text-decoration: none; 
	color: #ff6600;
}

h1
{ 
	font-family: Verdana;
	font-style: normal;
	font-size: 16pt; 
	font-weight: bold;
	text-align: left;
	color: #000000
}

h2
{ 
	font-family: Verdana;
	font-style: normal;
	font-size: 16pt; 
	font-weight: bold;
	text-align: left;
	color: #ffffff
}

p
{ 
	font-family: Verdana;
	font-style: normal;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	text-indent: 1em;
}