body,td {
	font-face: Arial, sans-serif;
	font-size: 100%;
	text: black;
	text-align: justify;
}

h1 {
	font-face: Times New Roman, serif;
	font-size: 180%;
	text-align: center;
}

body {
	background-color: #EEEEEE;
}

img {
	margin: 5px;
	border: solid 1px;
}

img.noborder {
	border: none;
}

a img.menu {
	border: none;
	margin: 3px;
}

a:hover img.menu {
	border-left: solid 1px white;
	border-bottom: solid 1px white;
	border-right: solid 1px black;
	border-top: solid 1px black;
	margin: 2px;
}

table.photos {
	width: 100%;
	border: none;
}

table.photos * td {
	text-align: center;
}

div.menuItem {
    	font-family: "Comic Sans MS", cursive, fantasy;
	font-size: 120%; 
	font-weight: 500;
	margin: 0 0 5px 0;
	padding: 0;
}

div.menuItem a {
	white-space: nowrap;
    	text-decoration: none;
	color: black;
}

div.menuItem a:hover {
	white-space: nowrap;
	text-decoration: none;
	color: blue;
}

div.hl {
border:1px solid black;
padding:10px;
background-color:#aaf;
}
