BODY {

	color: #000000;
}


A {
	text-decoration: underline;
	color: #006300;
}

A:Hover {
	text-decoration: none;
	color: #009C00;
}

#content .active {
	background: #FFFFFF;
	color: #254360;
}


/* custom cursor for Firefox, IE */ 
cursor: url(http://fox-glen.com/files/design/snowflake.cur), auto;
