@charset "utf-8";
/* CSS Document */

body
{
font-family: Arial;
font-size: 14px;
color: #112E66;
background-color: #3333ff;
}

h1
{
color: #e80005;
font-size: 22px;
text-align: center;
font-weight: bold;
font-family: "Arial Black";
}

h2
{
color: #c60005;
font-size: 20px;
font-weight: bold;
font-family: "Arial Black";
}

table
{
background-color: #0d88f0;
border-color: #0d88f0;
border: 0px;
}

A:link 
{
color: #c60005;
}

A:visited 
{
color: #c60005;
}
