﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
}
.imagelink
{
    margin-right: 10px;
}

h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: xx-large;
}

a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}