/* -----------------BODY TITLES--------------------- */

.titles {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0F70A4;
	font-size: 30;
	font-weight: bolder;
	text-decoration: none;
	}
	
/* -----------------BODY TEXT--------------------- */

.text {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 14;
	font-weight: none;
	text-decoration: none;
	}
	
/* -------------------Footer--------------------- */

.downloads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0000CC;
	text-decoration: none;
	font-weight: bold;
}
A.downloads:hover {
	font-size: 14px;
	color: #0099FF;
	text-decoration: none;
	font-weight: bold;
	
}
/* -------------------Links--------------------- */

.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
	font-weight: none;
}
A.links:hover {
	font-size: 12px;
	color: #000099;
	text-decoration: none;
	font-weight: none;
	
}
