body { 
	color: #69af3d;
	font-size: 10px;
	background-color: #000;
	cursor: default;
	background-image:url('images/bg.jpg');
	letter-spacing: 1px;
}

#content {
	font-size: 11px;
	font-family: arial, tahoma, sans-serif;
	background:url('images/con_bg.gif') repeat-y left;
	background-color: #F9F7D6;
	padding: 0px;
	width: 429px;
}

#inner {
	padding-left: 40px;
	padding-right: 7px;
	padding-top: 0px;
	margin-top: -25px;
	text-align: justify;
}

#footer {
	margin-left: 0px;
	margin-bottom: -2px;
}

h1 {
	font-family: arial black, arial, sans-serif;
	color: #52c58e;
	font-weight: normal;
	text-align: left;
	font-size: 15px;
	text-decoration: none;
	letter-spacing: 1px;
	margin-bottom: 0px;
	text-transform: uppercase;
	padding-left: 15px;
	margin-left: 195px;
	background: url('images/header.jpg') no-repeat left;
}

img { 
	border: 0px;
}
.credit { 
	font-size: 10px;
}

.codesort {
	text-align: left;
}

.codesort img { 
	background-color: #dae69e;
	border: 3px #dae69e solid;
}
.code {
	background-color: #dae69e;
	border: 3px #dae69e solid;
}

a:visited.nav {
	border: 0px;
}

a:hover.nav {
	border: 0px;
}

a:link {
	color: #69af3d;
	text-decoration: none;
	font-weight: bold;
} 

a:visited {
	color: #69af3d;
	text-decoration: none;
	border-bottom: 2px dashed #69af3d;
	font-weight: bold;
} 

a:active {
	color: #33cc99;
	text-decoration: none;
	font-weight: bold;
} 

a:hover {
	color: #33cc99;
	border-bottom: 2px dashed #33cc99;
	font-weight: bold; 
	cursor: help;
}

input, textarea {
	font-family: arial, tahoma, sans-serif;
	font-size: 11px;
	background-color: #dae69e;
	color: #69af3d;
	border-bottom: 2px dashed #69af3d;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}
