/* CSS Document */

.content {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-style: bold;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	word-spacing: 2px;
	line-height: 15px;
}

.links {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #4B4B4B;
}

.main {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	word-spacing: 2px;
	line-height: 15px;
}

.normaltext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	word-spacing: normal;
	line-height: normal;
	font-variant: normal;
}

.past {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #D1D1D1;
	text-decoration: none;
	word-spacing: 2px;
	line-height: 15px;
}

.titel {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-style: bold;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	word-spacing: 2px;
	line-height: 15px;
}


a:link {
	text-decoration: none;
	color: #4B4B4B;
	
}
a:visited {
	text-decoration: none;
	color: #4B4B4B;
	
}
a:hover {
	font-style: bold;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
	
}
a:active {
	text-decoration: none;
	color: #FF0000;
	
}
