/* CSS Document */

body {
padding: 0;
margin: 0;
background-color: #200033;
text-align: center;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 0.85em;
color: #200033;
}

.error {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #fffff6;
	font-weight: bold;
}

a {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
	font-weight: bold;
	}
a:active {text-decoration: underline;
	font-weight: bold;}

