body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #b9bffb;
	background-color: #FFFFFF;
	margin: 0px;
	cursor: crosshair;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#b9bffb;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-arrow-color:#b9bffb;
	scrollbar-track-color:#b9bffb;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}

a:link, a:active, a:visited
{
color:#423783;
text-decoration: underline;
cursor: crosshair;
font-weight: bold;

}

a:hover
{
color:#ffffff;
background-color: #423783;
text-decoration: none;
cursor: crosshair;
font-weight: bold;

}

.statistic { 
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color:#423783;
	text-align: left;
	background: #dfe0ff;
	width:170px; 
	height:110px

}

blockquote { 
	margin:0px;
	padding: 3px;

}



.footer {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h1 {
	font-size: 28px;
	color: #fadb5b;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fadb5b;
	font-family: "Monotype Corsiva", "Times New Roman";	
	}
	
	b {
	background-color: #f6f6fe;
	color: #cfb8f0;

}

i {
	color: #e48ecd;
	font-size: 15px;


}

u {
	color: #26469b;
		font-size: 14px;

}
	
.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: #FF9933; 
	}

textarea {
	width: 150px;
	}
