@charset "UTF-8";
/* CSS Document */

p{
	font-family: Verdana, serif; font-size:12px;
	color:white;
}

body{
	background-image: url(images/background.gif);
	size: 800 600;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFF;
	background-color: #000;
	background-attachment: fixed;
	background-position: center center;
}

a:link{
	text-decoration:underline;
	color: #FFF;
}

a.charity{
	text-decoration:underline;
	color: #FF7F00;
}

a.charity:visited{
	text-decoration:underline;
	color: #FF7F00;
}

a.charity:active{
	text-decoration:underline;
	color: #FF7F00;
}

a.charity:hover{
	text-decoration:underline;
	color: #F30;
}

a:visited{
	text-decoration:underline;
	color: #FFF;
}

a:active{
	text-decoration:underline;
	color: #FFF;
}

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