﻿body
{
    font-family: 'Times New Roman' , Times, serif;
    background-color: #008080;
    background-image: url("Images/bkg1.jpg");
    color: #FFFFFF;
    background-repeat: repeat;
}
a:link
{
    color: #00FFFF;
}
a:hover
{
    color: #FF0000;
}
a:visited
{
    color: #FF00FF;
}
h1
{
    font-family: 'Arcade Proportional';
    font-size: xx-large;
    color: #80FFFF;
    text-align: center;
}
