﻿#header {
	background-color: #D5E6F7;
	width: 100%;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	text-align: center;
}
#header a {
	font-size: 0.9em;
	background: #FFF;
	text-align: center;
	padding: 0.3em 1.5em;
	margin-right: 1em;
	margin-left: 1em;
	border: 1px solid #AABBD0;
	border-radius: 0.7em;
	box-shadow: inset 0px 0px 0.4em 0.1em #CCC;
	color: #122D54;
	text-decoration: underline;
	font-weight: bold;
}
#header a:hover {
	background: #FFF2F2;
	color: #C00;
}