/* Emerald Knights 2 stylesheet.*/
a {
	text-decoration: none;
	}
	
a:link, a:visited {
	color: #34651d;
	font-weight: bold;
	}
	
a:hover, a:active {
	color: #99b28e;
	font-weight: bold;
	}
	
body {
	background-image: url(images/tile_01.jpg);
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	}
	
.code {
	font-family: monospace;
	margin: 24px;
	padding: 12px;
	border: 1px dotted #34651d;
	background-color: #99b28e;
	color: #000;
	}
	
h3 {
	color: #34651d;
	}
	
h4 {
	color: #34651d;
	}
	
#title {
	width: 700px;
	height: 300px;
	margin: 0 auto;
	background: url(images/ek_fanlist_02.jpg) no-repeat;
	border-bottom: 1px solid #fff;
	}