body {
	background-image: url('img/bkg_streck.jpg');
	color: #666666;
	background-color: #303030;
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-x;
}

H1 {
	font-size: 26pt; 
	font-family: arial, helvetica, sans-serif; 
	font-weight: normal
}

H2 {
	font-size: 18pt; 
	font-family: arial, helvetica, sans-serif; 
	font-weight: normal
}

H3 {
	font-size: 16pt; 
	font-weight: normal
}

H4 {
	font-size: 14pt; 
	font-weight: normal
}

A {
	color: #333333; 
	text-decoration: none;
	}
	
A:hover {
	color: #000000; 
	text-decoration: underline;
	}