body {
    font-family: arial, "courier new", "trebuchet ms";
    background-color: rgb(204, 204, 204);
}

h1 {
    color: rgb(37, 70, 89);
}

h3 {
    color: rgb(116, 140, 118);
}

p {
    color: rgb(37, 70, 89);
}

a {
    color: rgb(242, 239, 172);
}

a:active {
    color: rgb(37, 70, 89);
	text-decoration: none;
}

a:link {
    color: rgb(37, 70, 89);
	text-decoration: none;
}

a:visited {
    color: rgb(37, 70, 89);
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.menu li {
    list-style: none;
    display: inline;
    font-style: normal;
}

li {
    font-style: italic;
}

#copyright {
    text-align: center;
    padding-top: 1.5em;
}

#copyright  p {
	color: rgb(0, 0, 0);
}