@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 75%;
	background-image: url(../images/maltese_cross_white75.png);
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #333333;
}
a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;	
}
a:active {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
}

