.site {
	border: 1px solid #999999;
	background-image: url(banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.deets {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #352EA0;
	text-decoration: none;
}
.top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.links {
	font-family: Verdana;
	font-size: 15px;
	font-weight: normal;
	color: #3F8DFC;
	text-decoration: none;
}
.links a{
	color: #3F8DFC;
	text-decoration: none;
	font-weight: bold;
}
.links a:hover{
	text-decoration: underline;
}
.header {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #5C57B5;
	text-decoration: none;
}

