body {
width: 797px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
font-family:arial;
font-size:15px;
}

h2 {
font-weight:bold;
font-size:18px;
margin:0;
}

h1 {
font-weight:bold;
font-size:32px;
margin:0;
}

hr {
border-top:1px solid#f7941d;

}
a:link {
text-decoration:none;
color:#f7941d;
border:none;
}


a:visited {
text-decoration:none;
color:#f7941d;
border:none;
}


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


img {
border:none;
}


#mainbody {
	width:700px;
	margin:20px 0 10px 50px;
	font-family:arial;
	font-size:15px;
	line-height:1.3em;
	}
