body, p, h1, h2, h3, h4, h5, h6, ul, dl, ol, li, td, th {
  text-align: left;
  font-size: 12pt;
  font-family:  Verdana, Helvetica;
  color:navy;
  background-color:#93F8A6;
}

h1, h2, th {color:navy;}
h3 {color:brown;}

h1 {font-size:24pt;}
h2 {font-size:18pt;}
h3 {font-size:14pt;}
h4 {font-size:12pt;}

.class1 a:link {color:blue; text-decoration: none; }
.class1 a:visited {color:blue; text-decoration: none; }
.class1 a:hover { color: #006699; text-decoration: underline; }

.class2 a:link, a:visited {color:navy; text-decoration: none; }
.class2 a:visited {color:blue; text-decoration: none; }
.class2 a:hover { color: #006699; text-decoration: underline; }

.phone {
  color: blue;
  font-family: sans-serif;
  font-size: 12pt;
}

.paper {
  color: navy;
  font-family: sans-serif;
  font-size: 12pt;
}

.citation {
  color: black;
  font-family: sans-serif;
  font-size: 9pt;
}

.download {
  color: blue;
  font-family: sans-serif;
  font-size: 9pt;
}

.links {
  font-family: sans-serif;
  font-size: 12pt;
}

.box {
  color: blue;
  border-width: thin;
  font-family: sans-serif;
  font-size: 12pt;
}

.tab {
  width: 120px;
  color: navy;
  background-color: #e7ad4a;
}

.diag {
  background-image: url("diagonal_bg.gif");
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 15px;
}

.frame {
  color: navy;
  border: 1px solid #e7ad4a;
  padding: 2px;
}

.frame p {
  text-indent: -10px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  margin-right: 5px;
}

.comment {
  color: navy;
}

