a {
    color: #0000ff;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    background-color: #FFFEE6;
    width:7in;
}

img {
    border: none;
}

table {
	border: 1px solid black;
	border-collapse: collapse;
}

td {
	border: 1px solid black;
	padding: 2px;
}