body, table {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
}

img {
    border: none;
}

h1 {
    font-family: Times New Roman, Times, serif;
    font-size: large;
    font-weight: bold;
    color: #996633;
}

h2 {
    font-family: Times New Roman, Times, serif;
    font-size: medium;
    font-weight: bold;
    color: #996633;
}

.footer {
    font-size: 80%;
    text-align: right;
    padding: 0 5px;
}

.footer a {
    text-decoration: none;
    color: black;
}

.footer a:hover {
    color: red;
}

a, a:visited {
	color:#996633;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}