body {
    background:#000000;
    font-family: "Arial", "Tahoma", "Helvetica", sans-serif;
    font-size: x-small;
    color:Silver;
}

p {
    font-family: "Arial", "Tahoma", "Helvetica", sans-serif;
    font-size: x-small;
    color:silver;
}

.Author {
    color:fuchsia;
}

a {
    color:#00ff00;
}

a:visited {
    color:#00e500;
}

a:hover {
    color:#ff0000;
}

hr {
    color:yellow;
}

h1 {
    text-align:center;
    font-weight:bold;
    font-family: "Verdana" , sans-serif;
    color:Yellow;
    font-size:20pt;
}

h2 {
    text-align:center;
    font-weight:bold;
    font-family: "Verdana" , sans-serif;
    color:Yellow;
    font-size:12pt;
}

h3 {
    text-align:left;
    font-weight:bold;
    font-family: "Verdana" , sans-serif;
    color:Silver;
    font-size:10pt;
}

li {
    font-size:10pt;
    margin-bottom:10pt;
}

th {
    color:white;
    background:#214231;
}

input {
    background:#212121;
    color:     #F0F0F0;
}

