/* Main Body Styles */ 

body   {
   color: #824; background: #FFFFEF;
   text-align: left;
   }
body, td, p, td p {
   font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
   } 
dt {font-weight: bold; margin-bottom: 0.5em;	}
h1 {
   font-size: 150%; font-family: Georgia,  "times new roman", times, serif;
   }
h2 {
   font-size: 135%; font-family: Georgia,  "times new roman", times, serif;
   }
h2 {
   font-size: 120%; font-family: Georgia,  "times new roman", times, serif;
   }
form {
   padding: 0px; 
   margin: 0px;
   }
ul, {
   list-style-position: inside; 
   list-style-type: disc;
   }
ol {
	 list-style-type: decimal;
	font-weight: bold; 
	}
a:link { 
   color: #015; background: #FFFFEF; 
   text-decoration: underline; 
   }
a:visited {
   color: #668; background: #FFFFEF;
   }
a:hover,  a:visited:hover 	{
   color: #FFB; background: #006; 
   }

/* Custom Styles */ 

.emph {
	font-style: italic; font-size: 85%; 
	}

.greenblock {
	 color: #832; background: #EFE; 
	font-size: 90%;
	border-style: solid; border-color: #CDC;
	margin: 2px; padding: 3px; 
	}
 
.smaller {	font-size: 80%; 	}

.menua {
	margin-left: 0;
	}

.title {
	font-size: 170%; font-style: italic;
	font-family: "comic sans ms", Cosmic, Trebuchet, Lexia, Sanserif; 
 	color: #824; background-color: transparent;
	text-decoration: none;
	}

.topbar {
	font-size: 80%; font-weight: bold;
	color: #DFD; background-color: #498;
	padding: 1px;	
	}
	

a.title:link, a.title:visited  {
	font-size: 170%; font-style: italic; font-weight: bold;
	font-family: "comic sans ms", Cosmic, Trebuchet, Lexia, Sanserif; 
 	color: #824; background-color: transparent;
	text-decoration: none;
	}

a.title:hover  {
 	color: #C24; background-color: transparent;
	}

a.topbar:link, a.topbar:visited {
	font-size: 80%; font-weight: bold;
	color: #DFD; background-color: #498;
	text-decoration: none;
	}

a.topbar:hover {
	color: #F69; background-color: #498;
	}