@charset "utf-8";
/* Copyright 2009 Placer Theatre Ballet - Design By Matt Goucher */

body {
	margin:0px 0px; padding:0px;
	text-align:center;
	background-color:#2a2a2a; /* Website Background Color */
	font-family:Verdana;
	}
	
#donate {
	margin:0px auto;
	text-align:center; 
	font-family:Verdana;
	font-size:small;
	color:#EEE;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
