body,p,h1,h2,h3,h4,h5 {
	font-family:Arial,helvetica,sans-serif;
}
img {
	border:none;
}

p.footer {
	text-align: center;
	vertical-align: top;
        font-size: 70%;
}

ul.menu {
	list-style: none;
	margin: 1ex;
	padding: 1ex;
        text-align:center;
	list-style-type: none;
}
ul.menu li {
        border:solid;
        padding:3px;
        border-left-width:1px;
        border-top-width:1px;
        border-bottom-width:2px;
        border-right-width:2px;
        border-right-color:black;
        border-left-color:#666;
        border-top-color:#666;
        border-bottom-color:black;
	display:inline;
}

.menu a:link {
        text-decoration:none; 
}
.menu a:visited {
        text-decoration:none; 
}
.menu a:hover {
        text-decoration:underline; 
}

