@import url("default.css");

/* Links */
a:link {
	color: #1A1363;
	text-decoration: none;
}

a:visited {
	color: #1A1363;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #7B755B;
	text-decoration: none;
}

/* Body for all pages */
body {
	background-color: #D7D7D7;
	text-align: center;
	margin: 0px;
	font-size: 0.85em;
}

/* Banner image block - should match banner size */
.banner {
	width : 800px;
	height : 99px;
}

.page {
	width: 800px;
	font-family: Arial;
	margin-left: auto;
	margin-right: auto;
}

