body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #64bde9;
	background-image:  url(images/bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	cursor: se-resize;
}
a:link, a:active, a:visited {

	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #7ed084;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: underline;	
}

a:hover {

	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #ffffff;
	cursor: help;
	text-decoration: none;
	background-color: #7ed084;
	
	}
	
h1 {
	font-family: "Century Gothic", Verdana, sans-serif;
	color: #ffbd4f;
	font-size: 18px;
	line-height: 17px;
	padding-left: 33px;
	padding-bottom: 4px;
	margin-bottom: 1px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #ffbd4f;
	font-weight: bold;
	letter-spacing: 3px;
}

b {
	color: #d5a3a2;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	cursor: crosshair;
}

i {

	color: #8b381a;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
}

u { 

	color: #b6b6b6;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	

	
}

.title { 

	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	
}

blockquote {

.justified {
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

.div {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.codesort li {
	display: inline;
	padding-right: 0.5em;
	}


