/* CSS Document */
body{           
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;    /* These make the Main Image Table sit flush with the sides of the browser */
  margin-bottom: 0px;
  margin-height: 0px;
  margin-width: 0px;  
  font-family: Arial, Helvetica, sans-serif;               /* NEW 3.3.04 */
  color: #00CCFF;                                          /* NEW 3.3.04 */
}

p.bodytext a:link {text-decoration: none; color: #00CCFF;}
p.bodytext a:hover {text-decoration: underline; color: #333333;}	
p.bodytext a:visited {text-decoration: none;}
p.bodytext a{
  font-size: 9pt;
  color: #00CCFF;
}

.welcome {                        /* WELCOME is located on the index page */
  font-weight: bold;
  font-size: 36pt;
  
  margin-top: -4px;
  color: #00CCFF;
}

.bodytext{                             /* formatting for all BODY content */
  color: #333333;
  /* font-weight: bold; TRY TAKING OUT FONT SIZE IS LARGER */ 
  font-size: 9pt;
  padding-left: 5px;
}

h1{                       /* The H1's are used for the page MAIN-headings */
  font-weight: normal;
  font-size: 20pt;
  padding-left: 5px;
  margin-top: 0px; 
}
span.h2 {
 font-size: 12pt;
 color: #FF0066;
}
 
span.sub_heading a:link {text-decoration: none; color: #00CCFF;}
span.sub_heading a:hover {text-decoration: underline; color: #FF0000;}	
span.sub_heading a:visited {text-decoration: none;}
span.sub_heading {       /* See "gen_info.htm" OR "education.htm" for eg. */
  font-size: 10pt;
  letter-spacing: .1em;
  font-weight: normal;
}

span.subheading {       /* This is for the sub-headings that aren't LINKS */
  color: #00CCFF;
  font-size: 10pt;
  letter-spacing: .1em;
  font-weight: normal;  
}

span.underline {                           /* Used in "gen_info.htm" page */
  text-decoration: underline;
}

span.pink {        /* Makes words pink. SEE "gen_info.htm" or "entry.htm" */
  color: #FF0066;
}

span.italic {                 /* Used for the titles in the Tribute essay */
  font-style: italic;
}

span.floatright {           /* So far used to float the TOP^ button right */
  float: right;
}