div.box {  
	border: solid; 
	border-width: thin; 
	width: 100%; 
	border-color: #C0C0C0 
}

p.top		{ margin: -10px }

a:link		{ text-decoration: underline; color: #8D5EE5 }
a:visited	{ text-decoration: underline; color: #726A6E }
a:hover 	{ text-decoration: underline; color: #8d5ee5; font-style: italic }
a:active	{ text-decoration: underline; color: #5985BC }

.navhead	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold }
.links		{ font-family: Arial, Helvetica, sans-serif; font-size: 9pt }

BODY 	{
	color: #8D5EE5;
	background: #99CDFF
}
