a {
	text-decoration: none;
	}
	
a:link, a:visited {
	color: #116e37;
	font-weight: bold;
	}
	
a:hover, a:active {
	color: #4fb049;
	font-weight: bold;
	}
	
blockquote {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #000;
	}
	
body {
	background-color: #000;
	background-image: url(images/tile_01.jpg);
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	}

.button {
	margin: 0 4px;
	}
	
.button_title {
	font-size: 14px;
	font-weight: bold;
	margin-top: 24px;
	}
	
.code {
	font-family: monospace;
	margin: 24px;
	padding: 12px;
	border: 1px dotted #006227;
	background-color: #dff0ca;
	}
	
#container {
	width: 700px;
	margin: 0 auto;
	/*border: 2px solid #bfe295;*/
	}

#content {
	width: 652px;
	padding: 12px 24px;
	background-color: #eff7e4;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	}
	
#css_styles {
	width: 700px;
	margin: 0 auto;
	text-align: center;
	}

.css_styles_text {
	color: #eff7e4;
	text-align: center;
	}
	
.divider {
	width: 52px;
	height: 35px;
	margin: 6px auto;
	background: url(../rings.png) no-repeat;
	}
		
#fl_info {
	width: 250px;
	height: auto;
	margin: 6px auto;
	padding: 12px 0px;
	border: 1px solid #116e37;
	}
	
h1 {
	display: none;
	}
	
h3 {
	color: #116e37;
	}
	
h4 {
	color: #116e37;
	}
	
hr {
	width: 25%;
	}
	
.highlight {
	font-style: oblique;
	font-weight: bold;
	}
	
.member_listing {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #000;
	}
	
#navbar {
	width: 650px;
	margin: 12px auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	text-align: center;
	padding-bottom: 6px;
	border-bottom: 1px solid #116e37;
	}
	
#navbar_bottom {
	width: 650px;
	margin: 0 auto;
	padding: 6px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	}
	
p {
	text-align: justify;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #000;
	}
	
#title {
	width: 700px;
	height: 300px;
	margin: 0 auto;
	background: url(images/kr_fanlist_01.jpg) no-repeat;
	}
	
ul {
	font-family: Helvetica, Arial, sans-serif;
	text-align: justify;
	font-size: 10pt;
	color: #000;
	}
	
.warning {
	text-decoration: underline;
	font-weight: bold;
	color: #f00;
	}