/* Creative Rock pages style sheet */
BODY	{
	font-family:"Comic sans MS","Comic Sans";
	color:FFFFCC
	font-size:14;
	background-color:000000;
	text-align:justify;
	}
table	{
	font-family:"Comic sans MS","Comic Sans";
	color:FFFFCC
	font-size:14;
	background-color:000000;
	text-align:justify;
	}
td	{
	font-family:"Comic sans MS","Comic Sans";
	color:FFFFCC
	font-size:14;
	background-color:000000;
	text-align:justify;
	}
/* This section not in use:
	scrollbar-face-color:999999;
	scrollbar-shadow-color:000000;
	scrollbar-highlight-color:000000;
	scrollbar-3dlight-color:000000;
	scrollbar-darkshadow-color:000000;
	scrollbar-track-color:000000;
	scrollbar-arrow-color:1482FF
End of unused section */
	}
/* Text style for copyright notices */
.Copyrite	{
	color:707070;
	font-size:12
	}
/* Text style for sub-headers */
.Subhead	{
	color:FF8800;
	font-weight:bold;
	font-size:18
	}
.Filmstriptitle	{
	font-weight:bold;
	font-size:18
	}
.Filmstrip	{
	font-size:14
	}
/* Text style for links */
a:link	{
	color:FFCCCC;
	text-decoration:none
	}
/* Text style for links under selection */
a:active	{
	color:CC0000;
	text-decoration:none
	}
/* Text style for links already visited */
a:visited	{
	color:FFCCCC;
	text-decoration:none
	}
/* Text style for links under mouse cursor */
a:hover	{
	color:CC0000;
	text-decoration:none
	}
/* Extra formatting for text in tables (should equal settings in "body") */
table	{
	font-size:14;
	color:FFFFFF;
	background-color:000000;
	text-align=justify
	}
/* Text for the introduction line on the home page */
.mainintro	{
	font-size:18;
	}