/* CSS Document */

a.cNav 
	{
	color: #ffffff; 
	text-decoration: none; 
	font: 11px Verdana, Arial, Helvetica, sans-serif
	}

a.cNav:hover 
	{
	text-decoration: none;
	color: #F6E899;
	}

a.pNav 
	{
	color: #9900CC; 
	text-decoration: none; 
	font: 11px Verdana, Arial, Helvetica, sans-serif}

a.pNav:hover 
	{
	text-decoration: none;
	color: #FFFFFF;
	background-color: 9900cc;
	}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
b {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #CC6600;
}

.h1
{
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #CC6600;
}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #727F7E;
	background-position: center;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-position: center;
}
