/* hillan01.css - style sheet for Hillandale */

body {
  margin-left: 10%; margin-right: 10%;
  color: #000000; background: #CCCCCC;
  
   font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  
  
  }
  
h1 { font-size: 140%; }
h2 { font-size: 120%; }
h3 { font-size: 100%; } 
p {font-size: 90%; }
pr {font-size: 90%; color: red; }


#container {
	margin: 15px auto;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 20px;
	width: 80%;
}
  
  
