body {
	background-color: #333333;
	font-family: Osaka,Arial,Verdana,sans-serif;
}

a{
	color: #CCCCCC;
	text-decoration: none;
}
a:hover{
	color: #000000;
	background: #CCCCCC;
}

h1 {
	font-size: 140%;
	padding: 10px 15px 5px;
	border-bottom: 4px solid #CC0000;
	border-top: 4px solid #CC0000;
	background: #333333;
	font-weight: bold;
	color: #FFFFFF;
	clear: both;
}
h2 {
	font-size: 100%;
	padding: 10px 5px 5px;
	color: #666666;
	border-bottom: 1px dashed #666666;
	clear: both;
}
h3 {
	font-size: 100%;
	padding: 0px 10px 0px;
	color: #666666;
}
h4 {
	font-size: 80%;
	margin: 0px 10px 0px;
	color: #999999;
	border-bottom: 0px solid #00FF00;
	padding: 0px 0px 0px;
}
h5 {
	font-size: 70%;
	margin: 5px 10px 5px;
	color: #CCCCCC;
	border-bottom: 0px solid #00FF00;
	padding: 0px 0px 0px;
}
h6 {
	font-size: 70%;
	margin: 0px 10px 10px;
	color: #666666;
	border-bottom: 0px solid #00FF00;
	padding: 0px 0px 5px;
}
