body, td, tr {
font-family:      verdana;
color:            #000000;
font-size:        10px;
text-align: left;
background: url('bg.jpg') #FCE5C7;
cursor: default;
}

#content{
	position: absolute; 
	width: 560px; 
	height: 100px; 
	left: 115px; 
	top: 503px;
}

A{
    color: #000000; 
	text-decoration: none;
	cursor: default;
}

A:hover { 
    color: #5C892E;
    text-decoration: none;
    cursor: default;
}

#navi{
	position: absolute;
	width: 450px;
	height: 50px;
	left: 235px;
	top: 445px;
}

a.navi{
	font-family: georgia;
	font-size: 26px;
	text-transform: lowercase;
	font-style: italic;
	text-decoration: none;
	padding: 5px;
}

a.navi:hover{
	color: #3D472C;
	text-decoration: none;
}

h1 {
	font-family: georgia;
	color:  #E8262E;
	font-size: 30px;
	margin-bottom: 0px;
	text-transform: lowercase;
	font-style: italic;
}

h1:first-letter{
	font-size: 40px;
}

i{
	color: #C9952D;
}

b, strong{
	color: #5C892E;
}

/* 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: 15px;
 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;
	}
	
.codesort li {
	margin: 0px;
	}