a { color: blue }
A:link, A:visited, A:active { text-decoration: none; }
A:hover { text-decoration: underline; 
				 background-color: white }

BODY { 	background-color: #EEEEE0; 
	color: #666660; 
	background-image: url(dotstripe.gif) 
}

FORM  { background-color: #EEEEE0;  
        border: thin groove;
	border-left: none;
	border-right: none;
	padding: 6px;
	margin-left: 5%;
	margin-right: 5%;
}


H1 { border-bottom: groove 2px }
label { font-weight: bold }

/* general style stuff */

.offset 
{ 	float: right; 
	margin-right: -4%; 
	margin-top: -4%; 
	padding: 0px;
	/* border: thin solid #DDDDD0; */
 }

DIV.content 
{
	font-size:14pt;
	margin-left: 5%; 
	margin-right: 5%; 
	background: #FFFFF8; 
	border: thin solid #DDDDD0; 
	padding: 2%}
DIV.navigation
{
	font-size:14pt;
	margin-left: 5%;
	margin-right: 5%;
	background: #DDDDD0;
	text-align: center;
}
.navigation A {
	padding: 2px;
	margin: 2px;
	 }

.note { font-size: smaller; }
