html{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

scrollbar-arrow-color: FF0000;
scrollbar-shadow-color: FF0000;
scrollbar-darkshadow-color: 990000;
scrollbar-face-color: 4D4D4D;
scrollbar-base-color: AA0000;
scrollbar-track-color: C9C9D4;
scrollbar-highlight-color: 990000;
scrollbar-3d-light-color: FF0000;
}

body{ 
	color: #000000;
}

/* 
 * ========================================
 * global hyperlink styles 
 * ========================================
 */

a:link{
	background: transparent;
	color: #CC0000;
	text-decoration: underline;
}

a:visited{
	background: transparent;
	color: #AA0000;
	text-decoration: underline;
}

a:hover,
a:active{
	background: transparent;
	color: #FF0000;
	text-decoration: none;
}