﻿body 
{
    font-family: helvetica,arial;
    color: black;
    font-size: 1em;
    background-color: #608FBF;
}
h2
{
    font-family: helvetica,arial;
    font-size: 1.5em;
    color: black;
}
a
{
    color: black;
text-decoration: underline;
}
a.visited
{
    color: black;
text-decoration: underline;
}
.error {
	font-weight: bold;
	text-align: center;
}