 /* 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;
		}
.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;
		}
.notebox	{ color: #330033;
                  vertical-align: top;
                  padding: 10px;
                  margin: 0px;
                  background-color: #FFFFFF;
                  border: solid 1px #660066;
                  position: relative;  top: 2em;
		}
.notebox a:link		{ color: #669999; text-decoration: none; }
.notebox a:visited	{ color: #669999; text-decoration: none; } 
.notebox a:hover	{ color: #CC99CC; text-decoration: underline; }
.notebox a:active	{ color: #993399; text-decoration: underline; }

.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; }

