body { 
  font-family: sans-serif;
  font-size: 12px;
  color: black;
  background: white;
}

h1.title {  
  font-family: Arial, sans-serif;
  font-size: 150%;
}

h2.title {  
  font-family: Arial, sans-serif;
  font-size: 110%;
}

p.standard {  
  font-family: sans-serif;
  font-size: 12px;
  color: black;
  background: white;
  margin-left: 1em;
  margin-bottom: none;
}

ul {  
  font-family: sans-serif;
  font-size: 12px;
  color: black;
  background: white;
}

table.nav {  
  border: 0;
  width: 90%;
  background: url(images/framebkgnd4.jpg);
}

a.current {  
  color: black;
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  text-decoration: none;
  margin-left: none;
  margin-bottom: none;
}

a.nav {  
  color: blue;
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

a:hover.nav {  
  color: red;
  text-decoration: underline;
}

blockquote {  
  font-family: sans-serif;
  font-size: 10px;
  text-align: center;
}

table.collaborator {  
  border: 2;
  width: 100%;
}