@import url("default.css");

/* Links */
a:link {
	color: #624892;
	text-decoration: none;
}

a:visited {
	color: #624892;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #624892;
	text-decoration: none;
}

/* Banner image block - should match banner size */
.banner {
	width : 700px;
	height : 106px;
}
body {
	background-color: #624892;
}
