body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bd4e07;
	cursor: crosshair;
	text-align: justify;
	margin-bottom: 0px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bd4e07;
	text-align: center;
}

a:link, a:active, a:visited{
	color:#fd9d13;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color:#fbb95a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: line-through;
}

blockquote {
	color:#fbb95a;
	margin-left:3px;
	margin-right:3px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	background:#b9500c;
	border-left:10px solid #fbb95a;
	border-right:1px solid #fbb95a;
	border-top:1px dotted #fbb95a;
	border-bottom:1px dotted #fbb95a;
	text-align:center;
	width: 100px;
}

h1{
font-size:30px;
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 20px;
color:#fd9d13;
border-bottom:1px solid #fd9d13;
text-align: right;
width: 96%;
}

i {
	font-size: 11px;
	color: #db7333;
}

.codesort li {
	display: inline;
	padding-right: 0.5em;
	}
	
	.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}

.codesort h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fd9d13; 
		}
	
	select {

	font-size: 9px;

	}
	
	textarea {
	width: 80%;

	}