body { 
  font-family: Arial, sans serif;
  color: #333333;
}

a { 
  text-decoration: none;
  color: #777777;  
}

#content a { 
  color: #222244;
  text-decoration:underline;
 }

#content a:hover { 
  color: #770000;
 }

#content a:visited { 
  color: #442244;
 }

#content a:visited:hover { 
  color: #552222;
 }

#nav { 
  width: 150px;
  vertical-align: top;
  border-right: solid;
  border-right-width:2px;
  border-right-color: #999999;
  margin-top:0px;
  padding-left:10px;
}

#nav a:hover { 
  color: #770000;
 }

a.current { 
  color: #145C1B;
}

#content {
  padding-left:20px;
  padding-right:25px;
  vertical-align: top;
  text-align: left;
}


.heading { 
  font-weight: bold;
  font-size:140%;
}

.heading2 { 
  font-style:italic;
  font-size: 120%;
 }

a.topLink { 
  font-size:70%;
 }

p.footnote { 
  font-size:70%;
 }

p.question{ 
  color: #770000;
 }