BODY,TD,TR, SELECT {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #330066;
	scrollbar-base-color:#CC99FF;
}

BORDER {
	color: #000000;
}

A, A:link {
	color: #000000;
}

A:visited {
	color: #000000;
}

A:active {
	color: #999999;
}

A:hover {
	color: #999999;
}

#PageNotFound {
	cursor: pointer;
	position:absolute;
	left:0px;
	/* Pixels from the top you want your warning message */
	top:150px;
	text-align: center;
	color: #fff;
	font-size: 30pt;
	font-weight: bold;
	/* PNG Image with alpha transparency */
	background: url('/images/overlay.png') repeat;
	width:100%;
	/* z-index: Use a really big value so it will always be on top */
	z-index:100; 
	margin: 0 auto;
	padding: 5px 0;
}