/* Body Elements */
body {
	background-image: url(images/b-grd.jpg);
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	font-size: 12px;
}

/* Font Elements */
.footer {
	color: #FFFFFF;
	font-size: 10px; 
}

.header {
	color: #FFFFFF;
	font-size: 14px; 
}

/* Link Elements */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #015695;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.foot:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.foot:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.foot:hover {
	color: #015695;
	text-decoration: underline;
}
a.foot:active {
	color: #FFFFFF;
	text-decoration: none;
}
