#menu {
	font-family : Verdana, Helvetica, Arial, sans-serif;
	vertical-align : top;
	background : url("../images/menubg.gif") #F7E7CE left top;
}

#menulink {
	display : block;
	font-size : 60%;
	text-decoration: none;
	margin-left: 3px;
	margin-right: 5px;
}

#menuhead {
	display : block;
	color : white;
	font-size : 60%;
	font-face : bold;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 4px;
}

#heading {
	display : block;
	font-size : 165%;
	font-color : black;
	font-face : bold;
}

body {
	font-color: black;
        font-family: "Arial", sans-serif;
        font-family: "Times", serif;
	background: #F7E7CE;
	margin-left : 15px;
	margin-right : 15px;
}

#gallink {
	color: black;
	text-decoration: underline;
	background: transparent;
}

A:link {
	color: black;
	color: #EE0000;
	text-decoration: underline;
	background: transparent;
}

A:link.menu {
	color: white;
	text-decoration: none;
	background: transparent;
}

A:active {
        font-face: "Arial", sans-serif;
	color: #FF2222;
	text-decoration: underline;
	background: transparent;
}

A:visited {
        font-face: "Arial", sans-serif;
	color: #CC3333;
	text-decoration: underline;
	background: transparent;
}

A:visited.menu {
	color: white;
	text-decoration: none;
	background: transparent;
}

A:hover {
        font-face: "Arial", sans-serif;
	color: #EE2222;
	text-decoration: none;
	background: transparent;
}

A:hover.menu {
	color: silver;
	text-decoration: none;
	background: transparent;
}
