#navlist2
{
	text-decoration: none;
	margin-left: 0px;
	padding-left: 0;
	font-family: Baskerville, Palatino, "Times New Roman";
	color: #333333;
	list-style-image: none;
	list-style-type: none;
	font-style: normal;
	
	
}
.bodytext {
	font-family: Baskerville, Palatino, "Times New Roman";
	color: #666666;
}


#navlist2 li 
{
	text-decoration: none;
	padding-left: 10px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	font-family: Baskerville, Palatino, "Times New Roman";
	color: #333333;
	
}


a:link {color: #666666; text-decoration: none; }
a:active {color: #990000; text-decoration: underline; }
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #6e1123;
	text-decoration: underline;
}


#language li {
	display: inline;
	padding-right: 0px;
	padding-left: 0px;
}
