body {
	margin: 0px;
	padding: 0px;
	background: white;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

p {
	font: Arial;
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
}


a {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

A:Hover  {
	color: #000000;
	text-decoration : none;
}

#menu {
		margin-left: 38px;
		font-weight: bold;
		font-size: 13px;
		
}

#menu a {
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	margin-left:7px;
	margin-right:7px;
}

#menu A:Hover  {
	color : #96C4E9;
	text-decoration : none;
}


h1 {
	margin-left: 10px;
	margin-top: 20px;
	font-family: Arial;
	font-size: 19px;
	color: #000000;
	font-weight: lighter;	
}


#form {
	font: Arial;
	color: #000000;
	font-size: 14px;
}

