body
{
    color: red;
    background-color: white
}
a:link
{
    color: blue;
    background-color: white
}
a:visited
{
    color: #008000;
    background-color: white
}
a:active
{
    color: #808000;
    background-color: white
}
h1
{
    color: red;
    background-color: white
}
h2
{
    color: red;
    background-color: white
}
h3
{
    color: red;
    background-color: white
}
h4
{
    color: red;
    background-color: white
}
h5
{
    color: red;
    background-color: white
}
h6
{
    color: red;
    background-color: white
}
hr
{
    color: red;
    background-color: white
}
p.update
{
    font-size: x-small;
    color: black;
    background-color: white
}
.credit
{
    font-size: x-small;
    color: gray;
    font-style: italic;
    background-color: white
}
a.credit:link
{
    font-size: x-small;
    color: gray;
    text-decoration: none;
    background-color: white
}
a.credit:visited
{
    font-size: x-small;
    color: gray;
    text-decoration: none;
    background-color: white
}
a.credit:active
{
    font-size: x-small;
    color: gray;
    text-decoration: none;
    background-color: white
}
p.copyright
{
    font-size: x-small;
    color: black;
    font-style: italic
}
p.totop
{
	font-size:xx-small;
}

