body, td, tr {
	font-family:      verdana;
	color:            #DCDADA;
	font-size:        11px;
	text-align: left;
	background: #8E8E8E;
	cursor: default;
}

#content{
	position: absolute; 
	width: 749px; 
	height: 100px; 
	left: 43px; 
	top: 329px;
}

A{
    color: #DCDADA; 
	text-decoration: none;
	cursor: default;
}

A:hover { 
    color: #535353;
    text-decoration: none;
    cursor: default;
}

h1 {
	color: #DCDADA;
	font-family: book antiqua;
	font-size: 25px;
	text-align: left;
	margin-bottom: 5px;
}

i{
	color: #0900A0;
}

b,strong{
	color: #535353;
	}

/* add this rule to your CSS to get the donation form to align */
.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0px;
	}
	
.codesort h2 {
 font-size: 14px;
 margin: 0px;
 font-family: verdana;
 font-weight: bold;
}

.codesort h3 {
font-size: 10px; 
margin: 0px;
font-family: verdana;
}

.codesort img {
	border: 0;
	margin: 0;
	padding: 0;
	}
	
.codesort ul {
	margin: 0px;
	text-align: center;
	}
	
.codesort li {
	display: inline;
	padding-right: 0.5em;
	text-align: center;
	}