/* These affect the "body" tag (main html tag in which all */
/* of the page is contained.)  A page item without explicit */
/* style will use this one. */
BODY {
	font-family: Arial, sans-serif;
	color: #000000;
}


/* Font for various states of links */
A:link { 
		font-family: Arial, sans-serif;
		text-decoration: underline; 
		color: blue;
		background: none;
} 

/* Paragraph style */
P {
	font-family: Arial, sans-serif;
}

UL {
	font-family: Arial, sans-serif;
}

LI {
	font-family: Arial, sans-serif;
}

H5 {
	font-family: Arial, sans-serif;
	}

TABLE {
	font-family: Arial, sans-serif;
}
TD {
	font-family: Arial, sans-serif;
}

