a:link{
	color: #4b6515;
	text-decoration: underline;
	}

a:visited{
	color: #66743f;
	text-decoration: underline;
	}
	
a:hover{
	color: #899816;
	text-decoration: underline;
	}

body{
	background-color: #060606;
	font-family: tahoma, arial, verdana, sans-serif;
	color: #414b2c;
	font-size: 95%;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	}

table{
	font-family: tahoma, arial, verdana, sans-serif;
	color: #fff7d5;
	font-size: 95%;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	}

b, strong{
	font-weight: bold;
	color: #39481a;
	}

input,textarea,select{
	background:#171715;
	color:#3d6119;
	font-family: arial, verdana, sans-serif;
	font-size:8pt;
	border: 1px solid #1b260b;
	}
	
blockquote{
	width: 420px;
	text-align: left;
	color: #414b2c;
	padding: 5px;
	border-left: 5px solid #0f110c;
	}

#mainframe{
	width: 676px;
	text-align: justify;
	padding: 0px;
	margin: 50px auto 0;
	}

#body{
	float: left;
	width: 500px;
	margin-left: 20px;
	}

#nav{
	width: 656px;
	float: left;
	font-family: courier, courier new, sans-serif;
	font-size: 9pt;
	font-weight: none;
	letter-spacing: 2px;
	text-align: justify;
	padding-bottom: 7px;
	padding-left: 150px;
	}

#nav a{
	color: #4f590e;
	text-decoration: none;
	}

#nav a:hover{
	color: #cbff97;
	text-decoration: none;
	}

#nav a:visited{
	color: #5f6148;
	text-decoration: none;
	}

.title{
	font-family: courier new, courier, sans-serif;
	font-size: 170%;
	color: #ab9125;
	text-align: left;
	text-transform: lowercase;
	letter-spacing: 0px;
	padding-top: 10px;
	padding-left: 10px;
	}

.code{
	background-color: #0d0d0c;
	margin-left: 50px;
	margin-right: 50px;
	padding: 8px;
	}

.codes{
	width: 360px;
	text-align: center;
	margin: 0 auto 0;
	}
