MENU {
	background-color : #EEEEEE;
	font-size : 16px;
	font-weight : bolder;
	line-height : 35px;
	text-decoration : none;
}
H1 {
	background-color : #EEEEEE;
	font-size : 24px;
	font-weight : bolder;
	line-height : 40px;
	text-decoration : none;
}
BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
}

a {
	/*text-decoration : none ;*/
	color : 333399 ;
	font-weight : bold ; 
	}

a:hover {
	color : 3333ee ;
	}

.links {
	font-size : 14px ;
	}

.slogan {
	color : red ;
	font-size : 26px;
	font-weight : bold;
	text-decoration : none;
	text-align : center ; 
}