a:link {
	color: #000000;
	text-decoration: none
}
a:hover	{
	color: #555555
}

a:visited	{
	color: #888888;
}

.bodytext	{
	font-family: sans-serif;
	font-size: 16px;
	color: #555555

}
.bodyhead	{
	font-family: sans-serif;
	font-size: 25px;
	color: #333333;
}
.bodylist	{
	font-family: sans-serif;
	list-style:none;
	color: #888888;
	width: 200px;
}

#content	{
	width:	90%;
	margin: 0 auto;
	height: 700px;
	text-align:	left;
	background-color: #ffffff;
	
}

#bodyarea	{
	float: left;
	width: 55%;
	height: 600px;
	margin-left:10px;
	border: 0px solid;
	margin-top: 15px
}

#current	{
	background-image: url('../pointyellow.jpg');
	color: #000000;
	}
	
#current a {
	color: #000000;
}	

#contact	{
	font-family: sans-serif;
	font-size: 16px;
	color: #555555

}

#copyright	{
	font-family: sans-serif;
	font-size: 8px;
	color: #555555
	
}