﻿body 
{
    background-color: White;
    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: 350px;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -350px;
    padding: 5px 5px 5px 5px;
    background-color: #e2f4ff;
    border: solid 2px Black;
}
