html, body {
	margin: 10px;
	padding: 0px;
	background-color: #1a1a1a;
	color: #ddd;
	font-family:  Verdana, ClearlyU, Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	}

img {
	border: 0 none;
	}
	
p {
	background-color: transparent;
	color: #ddd;
	text-decoration: none;
	}
	
a {
	background-color: transparent;
	color: #ccc;
	text-decoration: none;
	}
	
a:link {
	background-color: transparent;
	color: #fc3;
	}
	
a:active {
	background-color: transparent;
	color: #f60;
	}
	
a:hover {
	background-color: transparent;
	color: #f90;
	text-decoration: underline;
	}
	
a:visited {
	background-color: transparent;
	color: #fd8;
	}
	
#center {
	width: 420px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	}
	
.contentheadimage {
	width: 400px;
	padding: 0px;
	}
	
.contentheadline {
	width: 380px;
	margin-top: 32px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px;
	}
	
.contenttext {
	width: 380px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px;
	}

.baseline {
	width: 380px;
	border-top: 1px dotted #666666;
	background-color: transparent;
	color: #666;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px;
	text-align: center;
	}
	
.baseline a {
	background-color: transparent;
	color: #777;
	}
	
.baseline a:link {
	background-color: transparent;
	color: #999;
	}
	
.baseline a:visited {
	background-color: transparent;
	color: #888;
	}
	
.baseline a:hover {
	background-color: transparent;
	color: #c30;
	}
