/* CSS Document */
/**********************
      ALLGEMEIN      
**********************/

* {
		margin:0;
		padding:0;
		}

html {
		height:100%;
		background-color: #5E1919;	
    	font-family: "Palatino Linotype", "Palatino"; 
   		font-size: 14px; 
	 	color: #FFFFFF; 
		letter-spacing: 0.3px;
	}
	
a {
     font-size: 14px; 
	 color: #E12314; 
	 font-weight:bold;
	 text-decoration:none;
}



