/*
This style sheet was created by C. Gregory, 2002
*/
/* note that SCROLLBAR isn't supported by all browsers */
BODY, P {
	background-attachment : fixed;
	background-image : url(images/starfld.gif);
SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR:#003399;
	SCROLLBAR-SHADOW-COLOR: #99ccff;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-BASE-COLOR: #003366;
	scrollbar-3d-light-color: #669999;
	scrollbar-dark-shadow-color: #000000
}



A {
	color : #F0F8FF; text-decoration : none;
	font-family: "Comic Sans MS", fantasy, sans-serif;
}

A:LINK {color : #F0F8FF; text-decoration : none;
font-family: "Comic Sans MS", fantasy, sans-serif; }

A:VISITED {
	color : #D8BFD8; text-decoration : none;
	font-family: "Comic Sans MS", fantasy, sans-serif;
}

/* note that A:HOVER isn't supported by all browsers */
A:HOVER {
	color : Fuchsia; text-decoration : none;
	font-family: "Comic Sans MS", fantasy, sans-serif;
}

TD                {FONT-FAMILY: "Comic Sans MS", Verdana, Helvetica; FONT-SIZE: 13px; color: #CCFFFF;}

.normtext {
	color: #CCFFFF;
	font-size : 14px;
	font-family: "Comic Sans MS", fantasy, sans-serif;
}
.quottext {
	color: #87CEFA;
	font-family: "Comic Sans MS", fantasy, sans-serif;
	font-size : 13px;
}
.pictext {
	color: #E0FFFF;
	font-size : 13px;
	font-family: "Comic Sans MS", fantasy, sans-serif;
	font-weight : bolder;
}

H1 {
	color : #FFFFFF;
	font-family: "Comic Sans MS", fantasy, sans-serif;
}

H3 {
	color : #00FFFF;
	font-family: "Comic Sans MS", fantasy, sans-serif;
}



UL {
	list-style-image : url(images/btpinkstar.gif);
}

