BODY {
	background-color: #6699FF;
	background-image: url(images/sky2.png);
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

P {
	font-size: 85%;
}

UL {
	font-size: 85%;
}


/*link styles */

A:link {
	color: blue;
	text-decoration: none;
}

A:visited {
	color: blue;
	text-decoration: none;
}

A:active {
	color: blue;
}

A:hover {
	color: #FFFF66;
	text-decoration: underline;
}

A.nav:link {
	color: FFFFFF;
	text-decoration: none;
}

A.nav:visited {
	color: FFFFFF;
	text-decoration: none;
}

A.nav:active {
	color: FFFFFF;
}

A.nav:hover {
	color: #FFFF66;
	text-decoration: underline;
} 

/*heading styles */

H1 {
	color: #003366; 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-style: normal;
	font-weight: normal;
}

H2 {
	color: #003366; 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-style: normal;
	font-weight: bold;
}

H3 {
	color: #003366; 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
}

H4 {
	color: #003366; 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: normal;
	font-weight: bold;
}

/* general classes */

.bgcolor {
	background-color: #CCCCCC;
}

.font {
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
}

.smallfont {
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
}

.title {
	color: #003366; 
	font-family: "Times New Roman", Times, serif;
	font-size: 145%;
	font-style: normal;
	font-weight: bold;
}

.navbar {
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
}

.homenav {
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
}

.footer {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 55%;
	font-style: normal;
	font-weight: normal;
}

.address {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	font-weight: normal;
	color: #CCFFFF;
}
.strong {
	font-style: normal;
	font-weight: bold;
}