/* Stylesheet for Hal/Kyle 1 */

a {
	text-decoration: none;
	}
	
a:link, a:visited {
	color: #353;
	font-weight: bold;
	}
	
a:hover, a:active {
	color: #668066;
	font-weight: bold;
	}
	
body {
	background-color: #353;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	}
	
.code {
	font-family: monospace;
	margin: 24px;
	padding: 12px;
	border: 1px dotted #264026;
	background-color: #ccd4cc	;
	}
	
h3 {
	color: #364c14;
	}
	
h4 {
	color: #364c14;
	}
	
#title {
	width: 700px;
	height: 255px;
	margin: 0 auto;
	background: url(images/hk_fanlist_01.jpg) no-repeat;
	border-bottom: 1px solid #000;
	}