/* simple style sheet for students to use */



body	{ background-color: #000000; 

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

	  color: #ffffcc; }

a:link      { color: #ffcc66; background-color: #000000; text-decoration: underline; }
a:visited   { background color: #000000; color: #cc3300; text-decoration: underline; } 
a:hover     { color: #000000; text-decoration: underline; background-color: #ffcc66; }
a:active    { color: #ffffff; background-color: #000000; text-decoration: underline; }

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

.imgsmall { border: none; margin: 0px 10px 0px 0px; }
.ad 	{ text-align: center; vertical-align: top; }
.sitename 	{ font-family: Arial, Helvetica, sans-serif; font-size: 30px; font-weight: bold; color: #FFFFFF; }
.tagline 	{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFCC66; }
.sidetitle { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; }
.subtitle { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-align: left; }
.sidetitle1 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; background-color: #333333; }
.sidetext1	{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #cccccc; background-color: #333333; }
.sidetext2	{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #ffcc66; background-color: #cc3300; }
.posttime 	{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #999999; background-color: #333333; }
.nav 		{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #cc3300; }
.init		{ font-size: 150%; }
.right		{ text-align: right; }
	
.main		{ font-size: 80%; color: #000000; font-family: Arial, Helvetica, sans-serif; background-color: #cccccc; text-align: left; vertical-align: top; }   	
.main a:link { font-weight: bold; color: #ffffff; background-color: #666666; text-decoration: underline; }
.main a:visited { font-weight: bold; color: #000000; background-color: #cccccc; text-decoration: underline; }
.main a:hover { font-weight: bold; color: #ffffff; background-color: #cccccc; text-decoration: underline; }

.mainsub		{ font-weight: bold; font-size: 100%; color: #000000; font-family: Arial, Helvetica, sans-serif; background-color: #cccccc; }   	
.mainsub a:link { font-weight: bold; color: #ffffff; background-color: #666666; text-decoration: underline; }
.mainsub a:visited { font-weight: bold; color: #000000; background-color: #cccccc; text-decoration: underline; }
.mainsub a:hover { font-weight: bold; color: #ffffff; background-color: #cccccc; text-decoration: underline; }

.sidetext2 a:link	{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #ffcc66; background-color: #cc3300; text-decoration: underline; }
.sidetext2 a:visited	{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #ffcc66; background-color: #cc3300; }
.sidetext2 a:hover	{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #ffcc66; background-color: #cc3300; text-decoration: underline; }
.sidetext2 a:active	{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #ffcc66; background-color: #cc3300; }
.sidetext1 a:link	{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #cccccc; background-color: #333333; text-decoration: underline; }
.sidetext1 a:visited	{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #cccccc; background-color: #333333; }
.sidetext1 a:hover	{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #cccccc; background-color: #333333; text-decoration: underline; }
.sidetext1 a:active	{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #cccccc; background-color: #333333; }
.linethrough { text-decoration: line-through; }
