
body.menu {
    color: #ff0000;
    background-color: #f7c258;
    font-family: sans-serif;
    font-size: small;
}

td.menu {
    text-align: center;
    font-family: sans-serif;
    font-size: normal;
}

a.menu{
    color: #ff0000;
    text-decoration:none;
}

a.menu:hover {
    text-decoration: underline;
    color: #af2020;
}

body {
    color: #080808;
    background-color: #f7d278;
    font-family: sans-serif;
    font-size: small;
}

a {
    text-decoration: underline;
    color: #ff0000;
}

a:hover {
    text-decoration: underline;
    color: #fff0f0;
}

h1 {                   
    text-align: center;
    font-family: sans-serif;
    font-size: x-large;
    font-weight: bold;
    color: #e02f2f;
}

h2 {                   
    text-align: right;
    font-family: sans-serif;
    font-size: large;
    font-weight: normal;
    color: #505050;
}

td {
    vertical-align:top;
    text-align: left;
    font-family: sans-serif;
    font-size: normal;
}

h3 {                   
    text-align: left;
    font-family: sans-serif;
    font-size: normal;
    font-weight: normal;
    color: #505050;
}

p.yes{
    line-height: 0em;
    color: #000000;
}

p.no {
    line-height: 0em;
    color: #ff0000;
}
