body {
	background-color: #FFFFFF;
	font-family: verdana, geneva, arial, sans-serif;
	color: #000000;
	}

.textbody	{	font-size: 0.8em; 	}
.tinytext	{	font-size: 10px; 	}

ul	{	list-style: square; 	}
h3	{	font-size: 1em; 	}

a:link		{	color: #000099; text-decoration: underline; 	}
a:visited	{	color: #666666; text-decoration: underline; 	} 
a:active	{	color: #000066; text-decoration: none; 		}
a:hover		{	color: #000066; text-decoration: none; 
			background-color: #CCCCCC; 			}

p {
	font-family: verdana, geneva, arial, sans-serif;
	}

.generalcontent {
	width: 400px;
	margin: 10px;
	font-size: 80%;
	border: 1px solid #999999;
	padding: 10px;
	}

