body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #fed0d0;
	cursor: w-resize;
	text-align: center;
	margin: 0px;
	background-image: url(images/index_bg.jpg);
	background-repeat: repeat-x;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	background-color: #fed0d0;
}

blockquote {
	text-align: left;
}

.td{
	background-color: #fed0d0;
	background-image: url(images/index_18.jpg);
	background-repeat: no-repeat;
}

a:link, a:active, a:visited{
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color:#fda8bd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: line-through;
	cursor: crosshair;
	font-weight: bold;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #fda8bd;
	font-style: italic;
	text-align: right;
	text-transform: capitalize;
	border-bottom: 1px dashed #fda8bd;
	font-weight: bold;
	font-size: 20px;
	
}

h1:first-letter {
	font-size: 25px; 
	color: #ffffff;
}


b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fda8bd;
}

img {
	border: 0px;
}

ul {
	list-style-type: decimal;
	}	

.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: 12px;
	color: #ffffff; 
	}
	
	.codesort img {
	border: 5px solid #fda8bd;
	}