<!--

To apply the styles, insert the following line into the <head></head>:
<link rel="stylesheet" href="/style/main.css" type="text/css">

-->


<!-- The guts: -->
p, table, li {
  font-family: serif; 
  font-size: 98%;
}

body {
  font-family: serif; 
  font-size: 98%;
  link: blue;
<!--  background-color: #b5945c; -->
  background-color: #ffffff;
  background-image: url("oak-background.jpg");
}

.bigger { font-size: 105%;}
.smaller { font-size: 90%;}


H1 { 
  font-size: 235%;
  color: #406000; 
}

H2 {
  font-size: 165%;
  color: #406000; 
}

H3 {
  font-size: 130%;
  color: #406000; 
}

H4 {
  font-size: 110%;
  color: #406000; 
}

H5 {
  font-size: 95%;
  color: #406000; 
}




