body {
    background-color: #ffffff;
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #000000;
}

h1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

img {
    border: 0px;
    padding: 0px;
    vertical-align: middle;
}

hr {
    width:100%;
    height:5px;
    border:none; 
}

table {
    border-collapse: collapse;
    color: #000000;
    text-align: center;
}

td {
    padding:5px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #cccccc;
}

td a {
    display: block;
    height:100%;
    width:100%;
}

thead {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

a:link {
    color: #000000; 
    text-decoration: none; 
    width:100%; 
    height:100%;
}

a:visited {
    color: #000000; 
    text-decoration: none; 
}

.signtable a:hover {
    background-color: #dddddd;
}

div.toplinks {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    text-align:center;
}

.toplinks a:hover {
    background-color: #dddddd;
}

.toplinks td {
    padding:5px;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}


div.btmlinks {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    text-align:center;
}

div.expltext {
    font-weight: normal;
    font-size: 16px;
    color: #000000;
    text-align:justified;
}

div.fineprint {
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    text-align:left;
}

.fineprint a:hover {
    background-color: #dddddd;
}

