/* simple style sheet for students to use */



body	{ background-color: #333333; 

	  font-family: verdana, geneva, arial, sans-serif; 

	  color: #000000; }


a:link      { color: #ccffff; text-decoration: underline; font-style: normal; font-weight: bold; }
a:visited   { color: #3399ff; text-decoration: underline; font-style: normal; font-weight: bold; } 
a:hover     { color: #0066ff; text-decoration: none; background-color: #ffcc99; font-style: normal; font-weight: bold; }
a:active    { color: #ffffff; background-color: #000000; text-decoration: underline; font-style: normal; font-weight: bold; }

ul          { list-style: square; margin-top: 0; margin-left: 24 }
ol			{ list-style: number; margin-top: 0; margin-left: 24 }

.imgcorner	{ border: 3px dashed #ccffff; }
.imgsmall { border: none; margin: 6px; } 
.arrow     { border: none; margin: 3px; } 

.sidetext	{ font-family: verdana, geneva, arial, Helvetica, sans-serif; font-size: 11px; color: #000000; background-color: #ffcc99; border:3px dashed #ff9933; padding: 12px; }
.sidehed	{ font-family: georgia, palatino, times new roman, times, serif; font-weight: bold; font-size: 140%; color: #000000;  }
.sidesub	{ font-family: verdana, geneva, arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; color: #000000;  }

.nav 		{ font-family: verdana, geneva, arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #99ccff; }

.navactive  { color: #ffffff; }
.init		{ font-size: 115%; }
.right		{ text-align: right; }

.ad 		{ text-align: left; vertical-align; top; padding: 12px; }

.contact		{ font-size: 80%; color: #000000; font-family: Arial, Helvetica, sans-serif; background-color: #ccffff; border:3px dashed #333333; padding: 12px; }   	
.copy		{ font-size: 10px; font-style: italic; color: #ff9933; background-color: #333333; padding: 12px; }
	
.main		{ font-size: 80%; color: #000000; font-family: verdana, geneva, arial, Helvetica, sans-serif; background-color: #ffffff; border:4px solid #99ccff; padding: 12px; }   	
.main18		{ font-size: 80%; color: #000000; font-family: verdana, geneva, arial, Helvetica, sans-serif; background-color: #ffffff; border:4px solid #99ccff; padding: 18px; }   	
.main18 a:link { font-family: georgia, palatino, times new roman, times, serif; font-weight: bold; color: #000000; text-decoration: underline; background-color: #ccffff; }
.main18 a:visited { font-family: georgia, palatino, times new roman, times, serif; font-weight: bold; color: #0066ff; text-decoration: underline; }
.main18 a:hover { font-family: georgia, palatino, times new roman, times, serif; font-weight: bold; color: #000000; background-color: #3399ff; text-decoration: underline; }

.mainhed { font-family: georgia, palatino, times new roman, times, serif; font-weight: bold; font-size: 150%; color: #993300; margin-bottom: 6px; }
.mainsub		{ font-size: 100%; color: #000000; font-weight: bold; font-family: georgia, palatino, times new roman, times, serif; }   	
.red 	{ color: #ff0000;  }
.strong { font-weight: bold; }
.ital { font-style: italic; }

h1           { font-family: georgia, palatino, times new roman, times, serif; font-weight: bold; font-size: 150%; color: #993300; margin-bottom: 6px; }



.linethrough { text-decoration: line-through; }
