@charset "utf-8";
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
.nav a {
	color: #003366;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
.nav a:hover {
	color: #57534b;
	text-decoration: underline;
}
.hosting {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ABA589;
}
.hosting a {
	color: #003366;
	text-decoration: none;
}
.hosting a:hover {
	color: #A68E00;
}
