body, html {height: 100%;
   		 margin: 0;
	}

body {font-family: 'Klinic Slab';
          font-size: 18px;	
          font-weight: Bold;
	}
	
h1,h2,h3,h4,h5,h6 {font-family: 'Klinic Slab'; 
	}

footer {font-family: "Goudy Old Style";
		font-size: 14px;
        text-decoration: none;
			}
					
	
li{float: left;}
	
ul {background: #cf1c44; list-style-type: none; margin:0;  overflow: hidden; padding: 0;}
	
	
		a:link, a:visited {    
			background-color: #CF1C44; 
			color: white; 
            display: inline-block;
			font-weight: bold; 
			padding: 14px 16px;
            text-decoration: none;
			}
		
		a:hover, a:active {background-color: #5E1211;} 
