/*
	Site-wide styles
*/


A:link		{text-decoration: underline; color: #000000}
A:visited	{text-decoration: underline; color: #000000} 
A:active	{text-decoration: underline; color: #FFFFFF}
A:hover		{text-decoration: underline; color: #FFFFFF; background-color: #000000}
		

body {
	margin:				0px;
	padding:			0px;
	background-color:	#B17C0B;	
	background-image:	url("images/glow.jpg");
	background-repeat:	no-repeat;
	background-attachment:	fixed;
	background-position:	center; 
	color:				#f0d000;
	font-family:		'Helvetica','Arial';
	font-size:			12px;		
}	