@charset "UTF-8";
/* CSS Document */

/* Global Styles */

body {
	margin:5px;
	background: #99cc33;
	}
		
a {
	color: #666633;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
	}
		
/* Class Styles */

.bg {
	color: #ffffff;
	}

.pageheader  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-align: center;
	color: #330099;
}

.subheader {
	font-family: verdana, geneva, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #ccccff;	
}

.fitnessheader {
	font-family: verdana, geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-align: center;
	color: #330099;
}

.bodytext {
	font-family: verdana, geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
}

.phototext {
	font-family: verdana, geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: center;
	color: #666666;
}


/* ID Styles */

.navtext {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #ffcc66;	
}

a:hover {
	text-decoration:underline;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	color: #666699;
	}

a:visited {
	text-decoration:underline;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	color: #cc6600;
	}

.footertext {
	font-family: verdana, geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-align: center;
	line-height: normal;
	font-weight: bold;
	color: #99cc00;	
}

