body {
	background-image: url(ui/bg.gif);
}
.main {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #353535;
	background-position: center top;
	text-align: left;
	width: 780px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	float: none;
	margin-right: 100px;
	margin-left: 100px;
	padding-right: 5px;
	padding-left: 5px;


}
.big {
	list-style-position: inside;
	list-style-type: none;
	font-size: 18px;
	font-weight: bold;
	border-top: 1px solid #666666;
	border-right: 1px #666666;
	border-bottom: 1px #666666;
	border-left: 1px #666666;
	padding-bottom: 20px;






}
.med {
	list-style-position: inside;
	list-style-type: none;
	width: 400px;
	font-size: 16px;
	font-weight: normal;




}
.sml {
	list-style-position: outside;
	list-style-type: none;
}
a:visited {
	color: #FFFFFF;
}
