/* sets the page background to white and brings the purple tables flush with the browser window */
BODY {	border:0px none; margin:0; padding:0; background-color: #FFFFFF;
        font-family: Helvetica, Arial, Sans Serif;
        font-size: 15px;
        font-color:#000000;
        width:  auto
		}


H1 {
color: #A0A2BA;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold; 
font-size: 18px;
}
H2 {
color: #A0A2BA;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold; 
font-size: 15px;
}

H3 {
color: #A0A2BA;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal ; 
font-size: 15px;
}

H4 {
color: #A0A2BA;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal; 
font-size: 15px;
}

p, li, ul, td {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal; 
font-size: 15px;
}

ul li 
{list-style-image: url('images/bullet.gif');
 list-style-type: disc;
 list-style-position:outside;
}

/* sets the link and active link color to kenyon purple, allows background color to show through */
A:link
                {
          		font-family: Helvetica, sans-serif;
          		font-size: 15px;
                font-weight: normal; 
              color           :       #990000;
                }
A:active
                {
          		font-family: Helvetica, sans-serif;
          		font-size: 15px;
                font-weight: normal; 
              color           :       #666666;
                }
A:hover
                {
          		font-family: Helvetica, sans-serif;
          		font-size: 15px;
                font-weight: bold; 
              color           :       #990000;
                }
                
/* sets visited links to kenyon gray */
A:visited 
                {
          		font-family: Helvetica, sans-serif;
          		font-size: 15px;
              color           :       #990000;
                }
