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

h3 {
	color: #DB4A50;
	font-size: 16px;
	text-align: right; 
	font-family: Georgia;
	text-transform: lowercase; 
	margin: 10px 0 0 0; 
}

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

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

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

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

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

#top {
	position: absolute;
	top: 0px;
	right: 0px; 
}

#menu {
	position: absolute;
	top: 490px; 
	right: 5px; 
	text-align: center;
	letter-spacing: 1px;
	font-family: Georgia, "Trebuchet MS", serif; 
}

#content { 
	position: absolute; 
	top: 480px; 
	right: 140px; 
	width: 350px; 
	line-height: 18px; 
}

ul {
	margin: 0;
	padding: 0;
} 

ul li {
	margin: 0px 0px 0px 10px;
	padding: 2px 0px; 
	list-style: none;
	display: block;
}

li a {
	text-decoration: none;
	color: #CD0000;
}

html>body li a {
	width: auto;
}

li a:hover {
	color: #DD3B47;
}

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

b, i {
	color: #FFC25B;
}

.codesort img {
	padding: 5px; 
	border: 2px solid #FFC25B;
	margin: 2px;
}
