@charset "utf-8";
/* CSS Document */
#left a 			{ color: #f29400; text-decoration: underline; }
#left a:hover 		{ color: #FF6600; text-decoration: none; }

#spotlight a 		{ color: #FFFFFF; text-decoration: none; background-color: #f29400; padding: 3px 7px 3px 7px;}
#spotlight a:hover 	{ color: #FFFFFF; background-color: #FF6600; }

#right a 			{ color: #f29400; text-decoration: underline; }
#right a:hover 		{ color: #FF6600; text-decoration: none; }

#right a.button 		{ color: #FFFFFF; text-decoration: none; background-color: #f29400; padding: 3px 7px 3px 7px;}
#right a.button:hover 	{ color: #FFFFFF; background-color: #FF6600; }

#foot a 			{ color: #999999; text-decoration: none; }
#foot a:hover 		{ color: #f29400; text-decoration: underline; }
