a:link {
	color: Black;
	font-family: Times New Roman;
	text-decoration : underline;
	}

a:visited {
	color: Black;
	text-decoration : underline;
	}

a:hover {
	color: Black;
	text-decoration : underline;
	display: inline;
}

a:active {
	color: Black;
	text-decoration : underline;
	display: inline;
	}

body {
	background-attachment: fixed;
	margin: 0%;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10;
	scrollbar-3dlight-color: White;
	scrollbar-arrow-color: White;
	scrollbar-darkshadow-color: White;
	scrollbar-face-color: #3537FF;
	scrollbar-highlight-color: #3537FF;
	scrollbar-shadow-color: #3537FF;
	scrollbar-track-color: #D0D1FF;
}

.titleWide {
	color: #FFE7BB;
	filter: Glow(Color=#FF8238, Strength=8);
	font-family: Arial Black;
	font-size: 38px;
	font-weight: bold;
	width: 100%; /* Filter:Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=10, StartY=10, FinishX=280, FinishY=10); */
}

.titleNarrow {
	color: #FFE7BB;
	filter: Glow(Color=#FF8238, Strength=3);
	font-family: Lucida Sans Typewriter;
	font-size: 38px;
	font-weight: bold;
	width: 100%; /* Filter:Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=10, StartY=10, FinishX=280, FinishY=10); */
}

.linkBanner {
	width: 100%;
	display: inline;
	cursor: hand;
	color: Red;
}
	
.linkText {
	color: Red;
	/*
	filter: Glow(Color=#000000, Strength=1);
	width: 100%;
	display: inline;	
	*/
	
	font-family: Arial Black;
	font-weight: bold;
	text-decoration : underline;
	font-size: 22px;

	cursor: hand;	
}

.borderBlack {
	filter: Glow(Color=#000000, Strength=1);
	width: 100%;
	display: inline;	
}