body {
	background: #ECE9D8;
	margin:  0;
	padding: 0;
	color: #776E64;
	text-align: Left;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	font-size: 85%;
	line-height: 1.3;
}

a {
	color: #0066FF;
}

a:active, a:visited {
	color: #0066FF;
}

a:hover {
	color: #FF00E6;
}

.nav {
text-decoration:none;

}

.current {
color:#FF00E6;

}


.title {
	
	margin: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F2EEEC;
	float: left;
	width: 250px;
	color: #005282;
	font-weight: bold;
}
.quote {
	font-size:85%;
	color: #0066FF;
}