html, body, p, table
{
	font-family: Times New Roman, arial;
	color: #000000;
	font-size: 14px;

	
}

body
{
	background: #ffffff;
}



a
{
	text-decoration: none;
	color: #660000;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

a.menu
{
	text-decoration: none;
	font-family:arial;
	color: #660000;
	font-size:14px;
	
	text-transform:uppercase;
	letter-spacing:-1px;
	background: #efefef;
	background-position: center center;
	text-align:center;
	display: block;
	margin-bottom: 3px;
	height: 20px;
	line-height: 20px;
}

a.menu:hover
{
	color: #000000;
	text-decoration: none;
	display: block;
}

input
{
	margin: 1px;
}

#content
{
padding:0px;
}

h1
{
color:#660000;
font-size:18px;
font-family:arial;
letter-spacing:-1px;
}