body, td, tr {
font-family: verdana;
color: #FFFFFF;
font-size: 11px;
text-align:	left;
background: url('bg.jpg') #000000;
cursor: default;
}

#content{
	position: absolute; 
	width: 530px; 
	height: 244px;
	left: 96px; 
	top: 415px;
}

#navi{
	position: absolute; 
	width: 361px; 
	height: 45px; 
	left: 490px; 
	top: 330px;
}

A{
    color: #FFFFFF; 
	text-decoration: none;
	cursor: default;
}

A:hover { 
    color: #E3F65E;
    text-decoration: none;
    cursor: default;
}

.navi {
	padding-left: 10px;
	font-family: georgia;
	text-transform: lowercase;
	font-size: 30px;
	display: block;
}

A.navi{
	
	font-style: italic;
    color: #FFFFFF; 
	text-decoration: none;
	cursor: default;
}

A.navi:hover{
	font-style: italic;
    color: #832C3C; 
	text-decoration: none;
	cursor: default;
}

h1 {
	font-family: georgia;
	color:  #C690E2;
	font-size: 30px;
	text-align:	left;
	margin-bottom: 5px;
	text-transform: lowercase;
	font-style: italic;
}

h1:first-letter{
	font-size: 45px;
	text-transform: lowercase;
}

i{
	color: #00A9FB;
}

b, strong{
	color: #E3F65E;
}

/* 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: 12px;
 margin: 0px;
 font-family: verdana;
 font-weight: bold;
 color: #ffffff;
}

.codesort h3 {
font-size: 10px; 
margin: 0px;
font-family: verdana;
}

.codesort img {
	border: 1px dashed #ffffff;
	margin: 2px;
	padding: 0px;
	}
	
.codesort ul {
	margin: 0px;
	}
	
.codesort li {
	margin: 0px;
	}