body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	margin:0px;
	text-align:left;
	background:#CCCCCC;
}
p, form, input { 
	font-size:12px;
	margin:0px;
	font-weight:normal;
	text-decoration:none;
	
}

ul, il  { 
	font-size:12px;
	margin:10px;
	padding:10px;
	text-indent: 0px;
	font-weight:normal;
	text-decoration:none;
	
}

a, a:visited {
	color: navy;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	font-size:12px;
	color:maroon;
	font-weight:normal;
	text-decoration:underline;
}
h1 {
	font-size:18px;
	color:navy;
	padding:0px;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
	
}
h2 {
	font-size:14px;
	color:maroon;
	padding:0px;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
}

hr {
	border: none;
	background-color: navy;
	color: navy;
	height: 1px;
	width: 100%;
}
