a {
        color: #CC0000;
        text-decoration: underline;
}

a:visited {
        color: #CC0000;
        text-decoration: underline;
}

a:hover {
        color: #0000CC;
        text-decoration: underline;
}

body
	{
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	background: #081F34;
        color: #A3CDE2;
	}

.main
	{
	text-align: center;
        font-weight: bold;
	font-size: 24px;
	width: 100%;
	}
.form
        {
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        width: 100%;
        }
.credits
	{
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	width: 100%;
	}
