body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffcd5f;
	background-color: #fffee6;
	cursor: e-resize;
	text-align: justify;
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}

table {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffcd5f;
	text-align: justify;
}

a:link, a:active, a:visited{
	color:#ffcd5f;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	background-color: #fffee6;
}

a:hover{
	color:#a13a48;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	cursor: crosshair;
	background-color: #fffee6;
}

h1 {
	text-align: left;
	color: #ffcd5f;
	font-family: Garamond, "Times New Roman", Times, sans-serif;
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
	line-height: 20px;
	letter-spacing: 4px;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 10px;
}

b {
	font-family: Garamond, "Times New Roman", Times, sans-serif;
	font-size: 16px;
	color: #ffcd5f;
}

i {
	color: #9d3c47;
}

img {
	border: 0px;
}

blockquote {
	text-align: justify;
	font-size: 14px;
	color: #ffffff;
	background-color: #ffcd5f;
	padding: 5px;
	}	

.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: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffcd5f; 
	}
	
.codesort img {
	border: 5px solid #ffcd5f;
	}