@charset "UTF-8";
/* CSS Document */

body {
	font: 100%/1.4 Calibri, Verdana, Arial, Helvetica, sans-serif;
	background-color: #BEC9DE;
	margin: 0;
	padding: 0;
	color: #233047;
	font-size: 100%;
}

.header { background-color:#828282; color: #233047; font-size:150%;}
ul {display:inline;}
li {list-style-type:none; display:inline; padding:6px;}
a:link {
	color: #233047;
	text-decoration:none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #233047;
	text-decoration:none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color:#FFFFFF;
	text-decoration: none;
	background-color: #BEC9DE;
}
.content{
	padding: 20px 30px;
}