body {
 	background-color: #669966; /* green */
	font-family: verdana; 
	font-size: x-small; 
	color: #000000; }

h1, h2, h3, h4, h5, h6 {
	font-variant: small-caps; /* normal, small-caps */
	color: #006633; }

table { 
	background-color: #cccccc;
	font-family: verdana; 
	font-size: x-small;
	color: #000000; } /* black */


div:first-letter {
	color: #006633; /* dark green */
	font-size: large;
	font-weight: bold;
	font-style: normal; /* italic, normal, oblique, "plain" */ 

.titletext	{
	color: #006633; /* dark green */
	font-family: arial;
	font-weight: bold;
	font-size: small; }

.footertext	{
	color: #ffffff; /* white */
	font-family: arial;
	font-weight: normal;
	font-size: x-small; 
	text-decoration: none; }
	
a.footertext:link	{
	color: #ffffff; /* White */
	cursor: hand;
	font-family: arial;
	font-weight: normal;
	font-size: x-small;} 
a.footertext:visited	{
	color: #ffffff; /* White */
	cursor: hand;
	font-family: arial;
	font-weight: normal;
	font-size: x-small;} 

/* table attributes */

.styled		{
	color: #006633; /* dark green */
	background-color: #ffffff; 
	line-height: 2.5em;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: small; }

.tablelines {
	border-bottom: #006633 1px solid; } /* dark green */


/* link attributes */
a:link {
	color: #ffffff; /* White */
	cursor: hand;
	font-family: arial; } 
a:visited {
	color: #cc6600; /* Mustard */
	cursor: hand;
	font-family: arial; } 
a:hover {
	color: #00cc00; /* Bright Green */
	cursor: hand;
	font-family: arial; } 
a:active {
	color: #ffff66; /* Light Yellow */
	cursor: hand;
	font-family: arial; } 




