body,.bod {

	font-size: 12px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: #ffffff;
}

A {
	color: #000000;
	text-decoration: none;
	}


A:link, A:visited {
	color: #d11241;
	text-decoration: none;
	}

A:hover {
	color: #ffb5ca;
	}

.headline {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 30px;
	color: #000000;
	}

.secondary {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 20px;
	font-style: italic;
	color: #000000;
	}

.txt {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #000000;
	}


.menu {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 15px;
	font-style: italic;

	}
	
	
.small {
	margin-top: 2px;
	font-size: 11px;
	color: #000000;
	}
	
.bigger {
	font-weight: bold;
	margin-bottom: -5px;
	font-size: 13px;
	}