@charset "utf-8";
body {
	font-size: 12px;
	line-height: 16px;
	background-color: #FFE6CC;
	margin: 0px;
	color: #666;
}
h1 {
	font-size: 17px;
	padding: 5px;
	border: thin double #FC9;
	color: #F96;
	}
h2 {
	font-size: 12px;
	color: #6C3;
	padding-left: 5px;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.navititle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	background-color: #F96;
	text-align: center;
	margin-right: -10px;
	margin-left: -10px;
}
.comment {
	font-size: 10px;
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #F93;
}
.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.list {
	font-size: 10px;
	line-height: 15px;
	background-color: #FC3;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	list-style-type: square;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
a:link {
	color: #F90;
	text-decoration: none;
}
a:visited {
	color: #F90;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #F90;
}
