/* @override http://sebastianrilton.se/style.css */

body {
	font-family: 'Droid Serif', serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.2;
	color: #666;
	width: 100%;
	height: 100%;
	background-color: #5e5e5e;
	overflow: hidden;
}

body div {
	margin: 100px auto auto;
	height: auto;
	background-color: #ebebeb;
	padding: 24px;
	width: 600px;
}

a:link {
	color: #333;
	text-decoration: none;
	border-bottom: 2px solid #0066a7;
	padding-bottom: 6px;
}

a:visited {
	color: #333;
	text-decoration: none;
	border-bottom: 2px solid #009bfd;
	padding-bottom: 6px;
}

a:hover,a:focus {
	color: #009bfd;
	text-decoration: none;
	border-bottom: 2px solid #009bfd;
	padding-bottom: 6px;
}

a:active {
	
}
