 /* hide it -- style sheet for Web writing pages */

body		{ background-color: #330033; 
		  color: #669999; 
		  margin: 0;
		}

a:link		{ color: #99CCCC; text-decoration: none; }
a:visited	{ color: #99CCCC; text-decoration: none; } 
a:hover		{ color: #FFCCFF; text-decoration: underline; }
a:active	{ color: #993399; text-decoration: underline; }

.textbody	{ font-family: verdana, geneva, arial, sans-serif; 
                  font-size: 70%;
                  color: #330033;
                  line-height: 130%;
                  vertical-align: top;
                  padding: 15px;
                  background-color: #99CCCC;
		}
.textoutside	{ font-family: verdana, geneva, arial, sans-serif; 
                  font-size: 80%;
		}
.tophed		{ font-family: verdana, geneva, arial, sans-serif; 
		  font-size: 200%;
		  margin: 3px, 0, 3px, 0;
		  font-weight: normal;
		}
.sectionhed	{ font-size: 150%;
		  margin: 10px, 0, 3px, 0;
		  font-weight: bold;
		}
.subhed		{ font-size: 110%;
		  font-weight: bold;
		}
.examplehed	{ font-size: 150%;
		  font-weight: normal;
		}
.authorinfo	{ font-family: verdana, geneva, arial, sans-serif; 
                  font-size: 11px;
                  line-height: 18px;
                  vertical-align: bottom;
                  text-align: right;
                  padding: 0px;
		}
.copyright	{ font-family: verdana, geneva, arial, sans-serif; 
                  font-size: 11px;
                  line-height: 16px;
                  vertical-align: top;
                  text-align: left;
                  padding: 15px;
                  }
.datebox	{ font-family: verdana, geneva, arial, sans-serif; 
                  font-size: 70%;
                  padding: 5px;
                  border: 1px solid #669999;
		}
		}
.buttonstyle {	font-family: verdana, geneva, arial, sans-serif; 
		font-size: 9px;
		background-color: #CCCCCC;
		}
ul		{ list-style: square; }
.textbody a:link	{ color: #990099; text-decoration: underline; }
.textbody a:visited	{ color: #660066; text-decoration: underline; } 
.textbody a:hover	{ color: #FFCCFF; text-decoration: none; 
			  background-color: #669999; }
.textbody a:active	{ color: #990099; text-decoration: underline; 
			  background-color: transparent; }

/* table cells */
.cellheader { 
	font-family: verdana, geneva, arial, sans-serif; 
	font-size: 10px;
	color: #FFFFFF;
	line-height: 110%;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	background-color: #336666;
	}
.cellleftcol { 
	font-family: verdana, geneva, arial, sans-serif; 
	font-size: 80%;
	font-weight: bold;
	color: #330033;
	line-height: 110%;
	vertical-align: top;
	text-align: left;
	padding: 5px;
	background-color: #FFCCFF;
	}
.blanker { 
	font-family: verdana, geneva, arial, sans-serif; 
	font-size: 70%;
	color: #330033;
	line-height: 110%;
	vertical-align: top;
	padding: 5px;
	background-color: #663366;
	}
.hiliter {
	background-color: #CCFFFF;
	color: #330033;
	}
.cellbody { 
	font-family: verdana, geneva, arial, sans-serif; 
	font-size: 70%;
	color: #330033;
	line-height: 110%;
	vertical-align: top;
	padding: 5px;
	background-color: #99CCCC;
	}
.cellbody a:link	{ color: #990099; text-decoration: underline; }
.cellbody a:visited	{ color: #660066; text-decoration: underline; } 
.cellbody a:hover	{ color: #FFCCFF; text-decoration: none; 
			  background-color: #669999; }
.cellbody a:active	{ color: #990099; text-decoration: underline; 
			  background-color: transparent; }

