/* Defines the nature of the BODY tag */


BODY 
 {
  background-color: #FFFFFF;
  color: #330033;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-top: 2%;
  margin-left: 2%; 
  margin-right: 2%; 
  margin-bottom: 2%;
  height: auto; width: auto
}

/* Defines Links */

A:link { color: #993366;}	
A:visited { color: #003366; }
A:active { color: #330033; }	
A:hover {color:#996666; }
A:link, A:visited, A:active { text-decoration: none }


/* paragraph class for links on main page */


P.ml {font-family: Arial, Helvetica, sans-serif; font-size: 28px; cursor: hand; line-height: 35pt}



/* paragraph class for intro on main page */


P.intro {font-family: "Times New Roman", Times, serif; font-size: 16px; }



/* paragraph class for footer on main page */


P.footer {font-size: 10px; color: #FFFF66; text-align: center; cursor: help}


/* enlarge inital letter */

.drop {  font-size: x-large}
