body
{
	background-color: #FFCC66;
	color: #440044;
}
.nav
{
	font-size: small;
	color: #FFFF66;
	line-height: 1.5;
}
.nav A:link
{
	text-decoration: none;
	color: #FFFF66;
}
.nav A:visited
{
	text-decoration: none;
	color: #FFFF66;
}
.nav A:active
{
	text-decoration: none;
	color: #FFFF66;
}
.nav A:hover
{
	text-decoration: none;
	color: #FFFFAA;
}
hr
{
	color:#660066;
}
input
{
	background-color: #EEEEEE; border:inset
}
select
{
	background-color: #EEEEEE; border: thin;
}

input.btn
{
   color: #440044;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#FFCC66;
   border:3px outset;
}
input.btnhov
{
	border-top-color:#FFFFFF;
	border-left-color:#FFFFFF;
	border-right-color:#930;
	border-bottom-color:#930;
	background-color: #EEBB55;
}
input.btnclick
{
   border-style: inset;
   background-color: #CC9933;
}

.prose
{
	text-indent: 30px;
	text-align:left;
}

.longquote
{
	text-indent: 30px;
	margin-left: 30px;
	margin-right: 30px;
	text-align:left;
}

.swd
{
	font-size: small;
}
.swd A:link
{
	text-decoration: none;
	color: #440044;
}
.swd A:visited
{
	text-decoration: none;
	color: #440044;
}
.swd A:active
{
	text-decoration: none;
	color: #440044;
}
.swd A:hover
{
	text-decoration: none;
	color: #0033FF;
}