body {
	font-size:80%;
	font-family: 'Lucida Grande',Verdana, sans-serif;
	margin: 10px;
	}

/* Rules for headings */
h1 {
	font-size:150%;
	}

h2 {
	font-size:140%;
	}
	
h3 {
	font-size:120%;
	color: white;
	}
/* Masthead */
	#masthead {
	height:65px;
	margin:0 25% 10px 25%;
	border:2px dotted #ed4f31;
	background-color:white;
	}
	
/* Apply padding to heading to avoid Box Model Woes */
	h1 {
		padding:0 0 0 10px;
		}
	h3 {
		padding:0 0 0 10px;
		}

.toptitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ed4f31;
	padding: 5px;
}
