@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;	
}
a:link {
	color: #34332F;
	text-decoration: none;
	font-size: medium;
}
a:visited {
	text-decoration: none;
	color: #55544E;
	font-size: medium;
}
a:hover {
	text-decoration: underline;
	font-size: medium;
}
a:active {
	text-decoration: none;
	color: #34332F;
	font-size: medium;
}
.style1 {
	font-size: medium;
	color: #333;
}

.stats {
	font-size: small;
	color: #333;
}
.LargeTittle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	color: #000;
}
.subtitle {
    font-style: italic;
	font-weight: bold;
}
#footer ul.menu li {
	font-size: 1.25em;
	float:left;
	padding: 3px 20px;
	margin: 0;
	background:none;
	border-left: 1px solid gray;
	list-style-type:none;
}