body {
	margin: 0;
	padding: 0;
	background: #eee;
	font-family: Calibri,sans-serif;
	font-size: 12pt;
}

h1, h2 { font-weight: normal; }
h1 { font-size: 2.3em; }
h2 {
	margin: 1em auto .5em auto;
	font-size: 1.3em;
}

#header {
	margin-left: 1em;
	margin-bottom: 2em;
}
.title {
	font-size: 1.1em;
	margin-left: 1em;
	font-weight: bold;
}
#links {
	color: #000;
	background: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-left: -1em;
	margin-bottom: 1em;
	padding: .5em 4em 3em 3em;
	text-transform: lowercase;	
}
.imp {
	font-weight: bold;
}
a {
	font-size: .9em;
	text-decoration: none;
}
em {
	color: #666;
}
a:link{
	color:#2277DD;
}
a:visited{
	color:#BB4411;
}
a:hover {
	text-decoration: underline;
}
.linkgroup {
	float: left;
	margin-left: 4em;
	line-height: 19px;
}
ul { list-style: none; padding: 0; margin: 0; margin-top: 0em; }