body {  
background-image: url('images/background.jpg');
background-repeat: repeat;
background-attachment: fixed;
background-color: #000000;
font-family: Trebuchet MS; 
font-size: 12px;
color: #000000; 
margin-top: 0px;
margin-left: 0px;
padding: 0px;
cursor:default;
}

a, a:link, a:active, a:visited {  
color: #000000; 
font-weight: bold;
text-decoration: none;
cursor:default;
}

a:hover {  
color: #FF0084; 
text-decoration: underline; 
font-weight: bold; 
cursor: default;
}

h1, h2, h3 .head
	{background:  url() no-repeat bottom left;
	border-top: 0px solid #020202;
	border-right: 0px solid #ffffff;
	border-bottom: 2px solid #000000; 
	border-left: 0px solid #4a4a4a;
	color: #000000;
	font-family: Palatino Linotype, "Georgia", sans-serif; 
	font-size: 10px;
	font-weight: normal; 
	font-style: normal;
	letter-spacing: 5px;
	text-align: right; 
	padding: 0px 20px 3px 20px; 
	text-transform: uppercase;}

.letter
	{
	color: #FF0084; 
	font-family: georgia, times, serif; 
	font-size: 28px;
	font-weight: bold; 
	font-style: italic;
	letter-spacing: 3px;
	padding: 0px; 
	text-transform: lowercase;
	}


select, input, textarea	{
border: 1px solid #000000;
font-family: Trebuchet MS, sans-serif; 
font-size: 12px; 
color: #FF0084;
background-color: #000000;
}

#navlist li
{
display: inline;
color: #FF0084;
list-style-type: none;
padding-right: 2px;
}

#navlist a:link, a:active, a:visited {color: #FF0084;}

#navlist a:hover {color: #FFFFFF; text-decoration: underline;}


.codesort input {border: 1px solid #000000;
font-family: Trebuchet MS, sans-serif; 
font-size: 12px; 
color: #FF0084;
background-color: #000000; }

.codesort textarea {border: 1px solid #000000;
font-family: Trebuchet MS, sans-serif; 
font-size: 12px; 
color: #FF0084;
background-color: #000000; }

.codesort select {border: 1px solid #000000;
font-family: Trebuchet MS, sans-serif; 
font-size: 12px; 
color: #FF0084;
background-color: #000000; }

/* add this rule to your CSS to get the donation form to align */
.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}