@font-face {
    font-family: 'JohnHandyLETPlain';
    src: url('john-webfont.eot');
    src: url('john-webfont.eot?#iefix') format('embedded-opentype'),
         url('john-webfont.woff') format('woff'),
         url('john-webfont.ttf') format('truetype'),
         url('john-webfont.svg#JohnHandyLETPlain') format('svg');
    font-weight: bold;
    font-style: normal;
}


body {
	background-image: url(img/back_color.jpg);
	background-repeat: repeat;
	padding-left: 0;
	padding-bottom: 40px;
	padding-right: 0;
	line-height: 18px;
	font-family: Verdana, sans-serif;
        color:grey;
	font-size:12px;
}


a {
	color: grey;
	text-decoration: none;
}


a:hover {
	color: #b7a863;
	text-decoration: none;
}


#Text-John { 
             text-align:center; 
             padding:10px; 
             margin:15px; 
             font-family: 'JohnHandyLETPlain', sans-serif;
             color: #b7a863; 
             font-weight: bold; 
             font-size:30px;
}


#Text-Nav  { 
             text-align:center; 
             padding:10px; 
             margin:15px; 
             font-family: 'JohnHandyLETPlain', sans-serif;
             color:grey; 
             font-weight: bolder; 
             font-size:25px; 
}


#Fliesstext {
         padding:10px; 
         margin:15px; 
         font-family: Helvetica, sans-serif;
         color:grey; 
         font-size:15px; 
         line-height:1.4em; 
         font-size:0.9em; 
         text-align:justify;
}