a:link {
        color:lightblue;
        text-decoration:none;
        font-weight: bold;
}

a:visited {
        color:lightblue;
        text-decoration:none;
        font-weight: bold;
}

a:hover {
        color:orangered;
        background:white;
        text-decoration:underline overline;
        font-weight: bold;
}

a.mail:link {
        color:blue;
        text-decoration:none;
        font-weight: bold;
}

a.mail:visited {
        color:blue;
        text-decoration:none;
        font-weight: bold;
}

a.mail:hover {
        color:magenta;
        text-decoration:underline;
        font-weight: bold;
}


body {
        background-color:black;
        color:khaki;
        font-weight:normal;
        font-size:10pt;
        text-align:left;
        vertical-align:middle;
        text-decoration:none;
}


h1 {
        color:tomato;
        background-color:lightblue;
        font-family:Georgia, Arial, 'MS UI GOTHIC', '‚l‚rƒSƒVƒbƒN';
        font-weight:bold;
        font-size:24pt;
        vertical-align:middle;
        text-align:center;
        padding:4;
        border-width:6;
        border-style:ridge;
        border-color:tomato;
}

h2 {
        color:tomato;
        font-family:"Comic Sans MS","Georgia", "Arial", "‚l‚r ƒSƒVƒbƒN";
        font-size:16pt;
        vertical-align:middle;
        text-align:center;
        letter-spacing:8;
        width:50%;
        border-style:solid ridge;
        border-color:tomato;
        border-width:4;
        padding:2;
}

h3 {
        color:tomato;
        font-size:16pt;
        font-weight:bold;
        vertical-align:middle;
        text-align:center;
        width:100%;
}

hr {
        size:1;
        width:500;
        color:silver;
}

thead {
        color:black;
        background-color:khaki;
        font-weight:bold;
        text-align:center;
}
