body, td, tr {
	font-family: verdana;
	color: #202020;
	font-size: 11px;
	text-align: left;
	background: url('bg.jpg') #CECECE;
	cursor: default;
}

#navi{
	position: absolute;
	left: 530px;
	top: 260px;
	width: 150px;
	height: 100px;
}

#content{
	position: absolute;
	left: 30px;
	top: 400px;
	width: 500px;
	heigth: 100px;
}

A{
    color: #202020; 
	cursor: default;
	text-decoration: none;
}

A:hover { 
    color: #FFFFFF;
    cursor: default;
	text-decoration: none;
}

.navi{
	font-size: 20px;
	font-family: georgia;
	font-style: italic;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 4px;
	line-height: 15px;
	border-left: #ffffff 5px solid;
}

a.navi{
	background: #BDBDBD;
}

a.navi:hover{
	color: #ffffff;
	background: #CECECE;
}


h1 {
	font-family: georgia;
	color:  #FFFFFF;
	font-size: 30px;
	margin-bottom: 0px;
	font-weight: 100;
	padding: 0px;
	font-style: italic;
}

h1:first-letter{
	font-size: 44px;
	text-transform: lowercase;
}

h2 {
	font-family: arial;
	color: #EF1C2F;
	font-size: 15px;
	margin: 0px;
	font-weight: 500;
	padding: 0px;
}

i{
	color: ED212C;
}

b, strong{	
	color: #93768E;
}

/* 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;
	}