body{
	background-color : White;
	color : Purple;
}
.navbody{
	 background-color : #9966CC;
	color : Purple;
}
a{
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-weight : bolder;
	text-decoration : none;
	color : Yellow;
}

a:hover{
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-weight : bolder;
	text-decoration : none;
	color : white;
}

a:visited{
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-weight : bolder;
	text-decoration : none;
	color : Yellow;
}
td{
	vertical-align : top;
}

th{
	font-weight : bold;
	background-color : #9966CC;
	color : Yellow;
	text-align : left;
}

.main{
	position:absolute;
	left:135;
	top:135;
	width:665;
	height:100%;
}

.nav{
	position:absolute;
	left:0;
	top:125;
	width:130;
	height:100%;
}



.mainPage{
	font-family  : Arial, Helvetica, sans-serif;
	background-image : url(Images/ColchesterLionsLogo.gif);
	background-position : top;
	background-repeat : no-repeat;
	background-attachment : fixed;
}

.pnp{
	font-family  : Arial, Helvetica, sans-serif;
	background-image : url(Images/2006pnp.jpg);
	background-position : top;
	background-repeat : no-repeat;
	background-attachment : fixed;
}

.paleYellow{
	color : purple;
	background-color : #ffff99;
	font-family  : Arial, Helvetica, sans-serif;
}

