body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fa7681;
	background-color: #ffffff;
	cursor: w-resize;
	text-align: justify;
	margin-bottom: 0px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f41921;
	text-align: center;
}

a:link, a:active, a:visited{
	color:#f41921;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: line-through;
}

blockquote {
	color:#fa7681;
	margin-left:3px;
	margin-right:3px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	background:#ffffff;
	border-left:10px solid #fddbdc;
	border-right:1px solid #fddbdc;
	border-top:1px dotted #fddbdc;
	border-bottom:1px dotted #fddbdc;
	text-align:center;
	width: 200px;
}

h1 {
	font-family: "Monotype Corsiva", "Times New Roman";
	font-size: 20px;
	text-transformation: lowercase;
	color: #fa7681;
	font-style: italic;
	letter-spacing: 4px;
	text-align: center;
	text-transform: capitalize;
}

em {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background-color: #fa7681;
}
.single img {
	float: left;
	margin: 0px 4px 0px 0px;
}

.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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fa7681; 
	}