BODY
{
    background-color: black;
    color: white;
    font-family:Comic Sans MS;
}
H1
{
    color: yellow;
    text-align: center;
}
H2
{
    color: yellow;
    text-align: center;
    font-size: 12pt;
    font-weight: normal;
}
A
{
    color: yellow;
}
A:hover
{
    font-style: italic;
}
A.A_Domain
{
    margin: 12px;
    color: silver;
    font-family: monospace;
    font-style: normal;
    text-decoration: none;
}
A.A_Domain:hover
{
    background-color: silver;
    color: black;
    font-style: normal;
    text-decoration: none;
}