body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: navy;
	font-size: x-large;
	font-weight: bold;
	border: 1px solid black;
	padding: 6px;
	background-color: #fff;
	text-align: center;
/*	text-decoration: underline;*/
}

.allmenu {
	border: 1px solid blue;
	background-color: white;
	padding: 3px;
}

.menu {
	font-weight: bold;
	font-size: xx-small;
	padding: 2px;
	margin: 2px;
	border-bottom: 1px dashed gray;
}

a {
	font-weight: bold;	
	text-decoration: none;
}
a:link {
	color: navy;
}
a:visited {
	color: #aaf;
}
a:hover, a:active {
	text-decoration: underline;
	color: Red;
}
a:active {
	color: blue;
}
h4 {
	font-family: Georgia, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;	
	color: #000080;
	font-size : 14px;
	font-weight : bold;
	margin : 1px 0px;
}