/* Style sheet for Sacramento Skating.  Started 11/29/2000.  */

DIV#BLUE { background:lightblue; }
SPAN#BLUE { background:lightblue; }
.blue { background-color: lightblue; }
p {
	font-weight: 600;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding-left: 5px;
	margin-left: 5px;
}
p.fancy:first-letter {
	font-weight: 900;
	font-size: 26px;
	line-height: 26px;
	font-family: "Times New Roman", Times, serif;
} 
p.wheels:before { 
	content: "oooo";
}
p.fancywheels:first-letter:before {
	font-weight: 900;
	font-size: 24px;
	line-height: 24px;
	font-family: "Times New Roman", Times, serif;
	content: "oooo";
} 
p.signature {
	font-weight: 700;
	font-family: "One Stroke Script LET", script;
	font-style: italic; 
	font-size: large;
	color: #0000FF;
} 
p.signature2 {
	background-color: #FFFFcc;
	font-weight: 700;
	font-family: "One Stroke Script LET", script;
	font-style: italic; 
	font-size: large;
	color: #0000FF;
} 
.signature {
	font-weight: 700;
	font-family: "One Stroke Script LET", script;
	font-style: italic; 
	font-size: large;
	color: #0000FF;
} 
.linethru	{
	text-decoration: line-through;
	font-weight: 600;
	background-color: #FFFFCC;
}
.no_linethru	{
	text-decoration: none;
	font-weight: 600;
}	
#Fixed_announcement4	{
/*  Used to position special announcements   */
	position: fixed;
	background: transparent;  
	top: 80%;
	left: 50%;
	width: 20em;
	height: 4em;
	padding: 0.1em;
	overflow: auto;
	border: 5px groove #FF0000;  
	background-color: #FFFFFF;
/*	color:#0000FF; */
	color: #FF0000;
	z-index:2;
}	
.border  {
	border-width: 0.3em;
	border-color: #FF0000;
	border-style: solid;
}

/* Nice soft yellow and blue combination: BGCOLOR="#ffffcc" TEXT="#000099" */

