BODY, TD {
    font-family: Trebuchet MS;
    font-size: large;  
}

A {
    text-decoration: underline;
}

A:Hover {
    text-decoration: overline;
}

.EntryForm {
    font-family: Trebuchet MS;
    border: black 1px solid;
    margin-left: 40;
    padding: 25px;
    background-color: #EEEEDD;
}

.heading {
    color: maroon;
    font-size: large;
}

.tinytext {
    font-family: Verdana;
    font-size: x-small;
    color: black;
}
