html, body {
	margin: 0px;  
	background-color: #FFFFFF;
}

h3 {
	color: #ffffff;
	font-size: 15px;
	text-align: center; 
	font-family: Georgia;
	text-transform: lowercase; 
	margin: 10px 0 0 0; 
	font-style: bold;
	font-variant: small-caps;
	text-shadow: 1px 2px 1px #0e3144; 
}

blockquote {
	margin: 20px; 	
	font-size: 10px; 
}

body, tr, td { 
	font-size: 13px; 
	font-family: Arial, Georgia, "Trebuchet MS", serif; 
	text-align: justify; 
	color: #e2f7ff; 
}

#content a:visited, #content a:link { 
	color: #f0faa2; 
	text-decoration: none;  
}

#content a:hover { 
	color: #425982; 
	text-decoration: none;
}

input, textarea, select { 
	background-color: #6aa6c8;
	font-family: Georgia, "Trebuchet MS", serif; 
	font-size: 11px;
	color: #ffffff; 
	border: 1px solid #f5fbaa; 
	padding: 2px;
	letter-spacing: 1px; 
}




#content { 
	background-color: #6aa6c8;
	line-height: 18px;
	padding: 5px;
}



#footer {
	border-top: 1px dotted #f5fbaa;
	margin: 20px 10px;
	text-align: center; 
	font-size: 10px;
	font-family: Georgia; 
	line-height: 16px; 
}

b, strong {
	color: #a8dff2;
	text-shadow: 1px 2px 2px #0e3144;
}

i, em {
	color: #cfd6dc;
	text-shadow: 2px 2px 1px #0e3144;
}

.codesort img {
	padding: 5px; 
	border: 1px dashed #1e1c1c;
	margin: 2px;
}

