body
{
    font-family: Arial;
    text-align: center;
    color:#FFFFFF;
    background-color:#041943;
    background-image:url('background_ripple.gif');
    background-repeat:repeat-x;
}

h1
{
    margin-top: 0;
    margin-bottom: 0;
    color:#FFFFFF;
    font-weight:bold;
    font-style:normal;
}

p
{
    margin-top: -5px;
    margin-bottom: 0;
}

hr
{
    width: 50%;
}

a
{
    color: #04430E;
    text-decoration: none;
}

a:hover
{
    color: #077318;
    text-decoration: underline;
}

img
{
    border: outset 4px #FFFFFF;
    padding: 1px 4px 1px 4px;
}