.menu {
	color: white;
	text-decoration: none;
	font-family: Arial;
	font-size: 9pt;

}

.header {
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	font-family: Trebuchet MS;
	font-style: italic; letter-spacing:2
	
}


:hover.menu {

	text-decoration: underline;
	color: yellow;

}


.body {

	font-family: verdana;
	font-size: 8pt;
	color: 434343;

}


.footer {
	color: white;
	text-decoration: none;
	font-family: Arial;
	font-size: 9pt;

}