body {
	background-color: #e1e1e1;
	color: #666;
	font-family: Arial;
	font-size: 16px;
}

#wrapper {
/*	text-align: center; */
	width: 330px;
	margin: auto;
}	
    	
	div.normal {
	    	font-size: 1.1em;
		color: #000;
	}
    	
	div.smittel {
    		font-size: 1.2em;
		padding-top:20px;
		padding-bottom:20px;
		color:#993300;
		font-weight: bold;
	}		

	.image img {
		position: relative;
		padding-top:40%;
		border: 0;
	}

		
	a:link {text-decoration: none; Color : #993300 }
    	
	a:visited {text-decoration: none; Color : #810101 }
    	
	a:active {text-decoration: none; Color : #8393A5}
	
	a:hover {text-decoration: underline; color: #5c5c5c}

@media all and (max-height: 700px ) {

	.image img {
		padding-top: 10px;
	}
}
