/* @override http://www.severinklaus.com/main.css */

body , * {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #3a7293;
	font-family: Baskerville,Palatino;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

body {
	padding: 50px;
	background-color: #e3eae7;
}

h1 {
	
	font-size: 27px;
	color: #000;
	margin-bottom: 30px;
	background: url(media/logo-small.png) no-repeat 0 center;
	padding-left: 71px;
	padding-top: 3px;
}

a {
	color: #50537d;
}

a:hover {
	color: #212456;
}

small {
	width: 30ex;
	font-size: 50%;
	margin-top: 8ex;
	display: block;
}
