body
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #65a010;
	margin-top:10px;
	margin-left:7px;
	cursor: crosshair;
	text-align: justify;
	scrollbar-track-color: #61aa4a;
	scrollbar-highlight-color: #61aa4a;
	scrollbar-3dlight-color: #61aa4a;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #61aa4a;
	scrollbar-face-color: #61aa4a;
	scrollbar-arrow-color: #ffffff;
}

table {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #282a41;
	text-align: justify;
}

a:link, a:active, a:visited{
	color:#282a41;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #282a41;
}

a:hover{
	color:#FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: n-resize;
	text-decoration: none;
	border-bottom-style: none;
}

blockquote {
	color:#e5f4df;
	margin-left:10px;
	margin-right:10px;
	text-align:justify;
	padding: 15px;
}

ul {
	list-style-type: circle;
	}

.codesort li {
	display: block;
	padding-right: 0.5em;
	}
	
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #ffffff;
	font-style: italic;
	text-align: left;
	text-transform: lowercase;
	border-bottom: 1px dashed #ffffff;
	font-weight: bold;
	font-size: 28px;
	
}
	
	.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}

.codesort h2 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #61aa4a; 
	}
	
b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #b81123;
	font-variant: small-caps;
}

i {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aed11d;
	font-weight: bold;
	font-variant: small-caps;
}

em {
	font-size: 13px;
	color: #282a41;
	font-variant: small-caps;
}

strong {
	color: #282a41;
}
