@charset "UTF-8";
/* CSS Document */

body {
/* This defines basic body text and details*/
  background-color: white;
  color: #000000; 
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 13px;

/* This defines background color and margins */
  background-color: white;
  margin-left: 3px;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 0px;
}

td {
/* This defines table text*/
  bgcolor: white;
  color: #000000; 
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  margin-left: 3px;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 0px;
  font-size: 13px;
}

th {
/* This defines additional table text*/
  color: #000000; 
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 13px;}
  
h1 {
/* This defines allowable header text and color combinations*/
color: #968101;
font-size: 24px; 
text-decoration: none; 
text-align: center
}

h2 {
/* This defines allowable header text and color combinations*/
color: #999999;
font-size: 18px; 
text-decoration: none; 
text-align: center
}

h3 {
/* This defines allowable header text and color combinations*/
color: #666666;
font-size: 14px; 
text-decoration: none; 
text-align: left
}

h4 {
/* This defines allowable header text and color combinations*/
color: #999999;
font-size: 14px; 
text-decoration: none; 
text-align: center;
font-style: normal
}

/* This defines link color, decoration (no underline), etc.*/
a:link {
color: #968101; 
text-decoration: underline;
}

a:visited {
color: #666633; text-decoration: none
}

a:hover {
color: #666633; text-decoration: none
}

a:active {
color: #996600; text-decoration: none
}

ul.disc {
list-style-type: disc
}