/* Body Text */
	
	/* Headings */
	
.heading, .heading a:active, .heading a:hover, .heading a:link, .heading a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none;
}
.heading {
	color: Black;
}

.heading a:active {
	color: White;
}
.heading a:link, .heading a:visited {
	color: #98AFC7;
	text-decoration: underline;
}
.heading a:hover {
	color: Silver;
}

	/* Body */

.body { 
	color: #c0c0c0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration: none;
}
.body a:active {
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration: none;
}
.body a:hover {
	color: Silver;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration: underline;
}
.body a:link, .body a:visited {
	color: #98AFC7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration: none;
}


/* All Footer Text */

.footer, .footer a:active, .footer a:hover, .footer a:link, .footer a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	text-decoration: none;
}
.footer, .footer a:visited {
	color: #333333;
}
.footer a:active {
	color: Black;
}
.footer a:link {
	color: #19456F;
}
.footer a:hover {
	background-color: #98AFC7;
	text-decoration: underline;
}

