/* Global Styles */

body {
	margin:0px;
	}
	
a:hover {
	color: #FFCC99;
	}
	
#navigation a:hover {
	background: #99CC66;
	color:#993300;
	}
	
a:link {
	text-decoration: none;
	color: #99CC00;
}
a:visited {
	text-decoration: none;
}
