body {
	background-color: #f5f5fe;
	color: #333366;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}
* {
	margin: 0px;
	padding: 0px;
}
#header {
	height: 340px;
	width: 770px;
	margin: 25px auto auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #333366;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.frontborder {
	border: 2px solid #CCCCCC;
}
a:link {
	color: #666699;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #666699;
	font-weight: bold;
	text-decoration: none;
}
a:hover {

	color: #666699;
	font-weight: bold;
}
a:active {
	color: #666699;
	font-weight: bold;
	text-decoration: none;
}

