BODY {
	color: #664C35;
	background-color: #E5DECC;
	font-family: Garamond, sans-serif;
	font-size: small;
	margin: 0px 0px 0px 0px;
}

A {
	color: #664C35;
    text-decoration:none;
    font-family: Garamond, sans-serif;
}

A:HOVER {
	color: #999999;
}

.menutitle {
    margin-bottom: 3px;
    cursor:pointer;
	color: #664C35;
    text-decoration:none;
    font-size: 13px;
    font-family: Garamond, sans-serif;
    font-weight: bold;
}

.submenu {
    margin-bottom: 5px;
	color: #664C35;
    text-decoration:none;
    font-size: 13px;
    font-family: Garamond, sans-serif;
    font-weight: normal;

}

