/* Main Style Sheet (/casc.css) */
/* Style sheet created for Arjan's Show-Biz Centre - http://www.show-bizcentre.com */
/* (c)2002 */

/* Link tag (A) Hyperlink */
a:link	{text-decoration : underline; color : #000000;}

/* Active Hyperlink */
a:active	{text-decoration : underline; color : #000000;}

/* Visited Hyperlink */
a:visited	{text-decoration : underline; color : #000000;}

/* Hover Hyperlink */
a:hover	{text-decoration : underline; color : red;}

/* Background */
BODY {background : #FFFFFF;}