body {
        font-family: arial,verdana,helvetica;
        color: white;
        background-color: royalblue;
        font-size: 12px;
}       
h1 {
        font-family: arial,verdana,helvetica;
        color: white;
        background-color: royalblue;
        font-size: 20px;
        font-weight: bold;
}
h2 {
        font-family: arial,verdana,helvetica;
        color: white;
        background-color: royalblue;
        font-size: 16px;
        font-weight: bold;
}
td {
        font-family: arial,verdana,helvetica;
        color: white;
        background-color: royalblue;
        font-size: 12px;
}
th {
        font-family: arial,verdana,helvetica;
        color: white;
        background-color: royalblue;
        font-size: 26px;
        font-weight: bold;
}
th2 {
        font-family: arial,verdana,helvetica;
        color: royalblue;
        background-color: white;
        font-size: 20px;
        font-weight: bold;
}
.re {
        font-family: arial,verdana,helvetica;
        color: royalblue;
        background-color: white;
        font-size: 16px;
}
.inh {
        font-family: arial,verdana,helvetica;
        color: royalblue;
        background-color: white;
        font-size: 12px;
}
img {
        border: 2px solid gold;
}
a:link { color: gold; }
a:visited { color: red; }
a:active { color: gold; }
a:hover { color: blue; }

