/* CSS Document */
/* jonasvesper.com */

body,td,th,a {
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
}

body {
	background-color : #272427;
}

h1 {
	font-size : 18px;
	font-weight : bold;
	color : #272427;
}

p {  
	font-size : 12px;
	color : #dedede;
	padding : 0 16px 0 16px;
	margin : 0 0 10px 0;
}

a {
	color : #dedede;
	text-decoration : none;
}

a.hover {
	color : #dedede;
	text-decoration : underline;
}

.content {
	width : 506px;
	height : auto;
	margin : 0 auto;
}

.button {
	margin-left : 3px;
	margin-top : 8px;
}