
<Style type="text/css">
body {
		Font-size: 18px;
		
	}	
	P {
		Font-family: Georgia;
		color: black;
	}
	.header	{
		background: url("Images/Down Hill Skier.jpg") no-repeat top center;
		height: 168px;
		padding: 20px 0 0 0;	
	}
	.headertext	{
		font-family: "Monotype Corsiva";
		Font-size: 2.25em;
		color: #0000FF;		
		text-align: center;
	}
	.trborder {
	border-style: solid;
	 border-width: thin;
	}
	.anouncement	{
		font-size: 1.75em;
		text-align: center;
		color: #0000E0;
		font-family: Georgia;
	}
	.meeting	{
		font-size: 1em; 
		font-family: "Eras Medium ITC";
	}
	.InfoHead {
		Font-family: "Times New Roman";
		color: blue;
		font-size: 1.25em;
	}
	.ActiviesHead {
		Font-family: "Times New Roman";
		color: blue;
		font-size: 1.25em;
		text-align: center;
		line-height: 150%;
	}
	.Info {
		font-family: Georgia;
		color: red;
		font-size: .75em;
	}
	.comic	{
		font-family: "Comic Sans MS";
		font-size: 2em;
		text-align: center;
		color: #FF0000;
		line-height: 104%;
	}
	.toprulea	{
		url("_borders/toprulea.gif");
		align: center;
		width: 75%;
	}
	.center	{		
		text-align: center;
	}
	.fs2em	{
		font-size: 1.3em;
	}

#linkage a:visited { color: blue;}
	

#navbar {
	list-style: none;
	text-align: Left;
	margin-bottom: 10px;
}
#navbar li { display: inline-block }
#navbar li a {
	display: block;
	background: url(_derived/ArrowDown.gif);
	height: 40px;
	width: 140px;
	text-align: center;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	padding-top: 20px;
	margin: 2px 0;
	white-space: nowrap;
	overflow: hidden;
}
#navbar li a:hover { background: url(_derived/RedArrowUp.gif);}
#navbar li a:visited { color: blue;}

#CurrentPage {
	list-style: none;
	text-align: Left;
	margin-bottom: -20px;
	margin-top: -15px;
}
#CurrentPage li { display: inline-block }
#CurrentPage li a {	
	display: block;
	background: url(_derived/BlackArrowUp.gif);
	height: 40px;
	width: 140px;
	text-align: center;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	padding-top: 20px;
	margin: 2px 0;
	white-space: nowrap;
	overflow: hidden;
	}

</Style>