/* the perc 2003 stylesheet
 * created 5 February 2003 Eleanor Raulerson
 */ 


BODY {
	background-color: white;
}


div {
	margin-left:auto;
	margin-right:auto;
  width: 790px;
}

 
h1,h2,h3,h4,h5,h6 {
   font-family: verdana, helvetica, sans-serif;
 }

h1 {
  text-align: center;
  color: #990000;
  font-size: 130%;
} 

h2 {
  text-align: center;
  color: #990000;
  font-size: 110%;
} 

h5 {
 text-align: center;
}

p {
  font-family: verdana, helvetica, sans-serif;
}

 a:link {
 	color: blue;
 }
 
 a:visited {
 	color: blue;
 }
 
 a:hover {
 	background-color: ccccff;
 	text-decoration: underline overline;
 	color: #0000ff;
 }