﻿body 
{
    background-color: White;
    background-image: url('images/background.gif');
    background-repeat: repeat;
    font-family: Arial, Sans-Serif;
    font-size: large;
    color: Black;
}

.link
{
    font-family: Arial, Sans-Serif;
    font-size: large;
    color: Black;
}
.infobox
{
    position: absolute;
    width: 700px;
    height: 400px;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -350px;
    padding: 5px 5px 5px 5px;
    background-color: #e2f4ff;
    border: solid 2px Black;
    text-align: center;
}
