/*
Global Cascading Style Sheet for Wheewall.com

Started:	19/5/04
Modified:	19/5/04
Written by:	Adam Wheewall as a test piece to learn CSS
		İMMII Not that it will of any use to anyone
		
This file extends and alters the Link attributes for the dark background
*/

a:link {text-decoration:none; color:#DDD14F}
a:visited {color: #A39C3B; text-decoration: none;}
a:hover {text-decoration: none; color:#E2050C}
a:active {color: #e2050c; text-decoration: none;}
