body {background-color: black; font-size: medium;}
h1 {font-family: 'times new roman', serif; font-size: x-large;}
h2 {font-family: 'times new roman', serif; font-size: large;}
body {font-family: 'trebuchet ms', sans-serif; font-size: medium;}
img {float: left; margin: 0 25px 5px 0;}
a {text-decoration: none;}
a:link {color: black;}
a:visited {color: black;}
a:hover {color: blue;}
a:active {color: blue;}

#container {max-width: 640px; margin-left: auto; margin-right: auto; margin-top: 10px; margin-bottom: 10px;}

.content {background-color: white; padding: 10px 25px 10px 25px; max-width: 590px; margin-bottom: 20px; margin-top: 20px; overflow: auto;}

#h-menu ul {list-style-type: none; padding: 0; margin: 1px 0 1px 0; line-height: 400%; max-width: 620px;}
#h-menu li {display: inline; margin: 0 5px 0 0; font-size: large;}
#h-menu a {border: 2px solid white; padding: 10px 15px;}
#h-menu a:link, #h-menu a:visited {color: black; background-color: white; text-decoration: none;}
#h-menu a:hover, #h-menu a:active {color: white; background-color: black; text-decoration: none;}

.alignleft {float: left; text-align: left;}
.alignright {float: right; text-align: right;}
