/* CSS Document */

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#CCCCCC;
}
a:link { color: #009933; text-decoration: underline} 
a:visited { color: #009933; text-decoration: underline} 
a:hover { color: #FF9933; text-decoration: underline}
.header {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #ff9933;
	font-size: 20px;
}
.text {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.donate {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #009933;
	font-size: 14px;
	font-weight:bold;

}

