body,td,th {
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-size: 13px;
	line-height: 21px;
	color: #CCCCCC;
}
body {
	background-color: #262626;
}
a:link {
	color: #66CCFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #57B0DE;
}
a:hover {
	background-color: #66CCFF;
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
}
.tittel {
	font-family: "Baskerville", "Georgia", "Times New Roman", "Times", serif;
	font-style: italic;
	font-size: 24px;
	line-height: 40px;
	color: #CCCCCC;
}
.date {
	font-family: "Trebuchet MS", "Trebuchet", "Arial", sans-serif;
	font-style: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 4px; 
	color: #CCCCCC;
}
.subtittel {
	border-top: 1px solid #363636;
	width: 400px;
	height: 20px;
	margin: 20px auto 10px;
	text-align: center;
	display: block;
}
.subtitteltekst {
	display: inline-block;
	font-family: "Trebuchet MS", "Trebuchet", "Arial", sans-serif;
	font-size: 11px;
	padding-top: 0pt;
	padding-right: 20px;
	padding-bottom: 0pt;
	padding-left: 20px;
	background-color: #262626;
	text-transform: uppercase;
	margin-top: -10px;
	letter-spacing: 4px; 
}
.separator {
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	margin-top: 20px;
	border-top: 1px solid #363636;
	width: 640px;
	height: 10px;
	text-align: center;
	text-transform: uppercase;
 	display: block;
}
