a:link, a:visited, a:hover , a:active 
{
	color:#ff0033
} 

a.dark:link, a.dark:visited, a.dark:hover, a.dark:active 
{
	color:#1b1b1b
} 

img
{
	border: 0px;
} 

.headertitle
{ 
	font-family: sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-left: 7px;
	color: #1b1b1b;
}

.newstitle
{ 
	font-family: sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #ff0033;
}

.smalltitle
{ 
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ff0033;
}

.donate
{ 
	font-family: sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #1b1b1b;
}

.message
{ 
	font-family: sans-serif;
	font-size: 18px;
	color: #ffffff;
}

.posted, .postedname
{ 
	font-family: sans-serif;
	font-size: 14px;
	font-style: italic;
}

.posted 
{ 	
	color: #ffffff;
}

.postedname 
{ 	
	color: #999999;
}

td
{
	text-align: left;
}

body
{ 
	background-color: #000000;
	background-image: url('/images/background.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0%; 
	color: #ffffff;
	margin: 0;
	font-family: sans-serif;
	font-size: 18px;
}
