body {
      background-color : #FAEBD7;
      background-image: url(http://www.beasleybiz.com/images/pattern1a.gif);
      background-repeat: repeat-y; 
      font-family : Comic Sans MS, Handwriting, sans-serif;
      color : #000000;
      margin: 0px; 
      }

.Header {
	margin-left: 180px;
	margin-top: 5px;
	font-family : Comic Sans MS, Handwriting, sans-serif;
	text-align: center;
      }

.Navigation {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 180px;
    height: auto;
    font-family : Comic Sans MS, Handwriting, sans-serif;
    line-height : 110%;
    }

div.Navigation a:link {color: #FFFFFF}
div.Navigation a:visited {color: #FFFFFF}
div.Navigation a:active {color: #FFFFFF}                  

.Inhalt {/*this is the main content area*/
    background: #FAEBD7;
    /*declare a color together with a contrasting background color*/
    color: #000000;/*to insure readability*/
    margin-left: 180px;
    margin-top: 20px;
    /*to position the content area to the right of the navigation*/
    margin-right: 20px;/*breathing space for the text*/
    padding: 5px;/*space to separate navigation and content*/
    font-family : Times New Roman, Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold; 
    width: auto;
    border: 0.1px solid #FAEBD7; 
   /*to insure that NN4.xx renders the background-color of the content area*/
    }

div.Inhalt a:link {color: #0000FF}
div.Inhalt a:visited {color: #0000FF}
div.Inhalt a:active {color: #0000FF} 

h1 {			text-align: center;
			font-family: Comic Sans MS, Handwriting, sans-serif;
			color: #000000;
			font-weight: bold;
			font-size: 20pt
}

h3 {			text-align: center;
			font-family: Comic Sans MS, Handwriting, sans-serif;
			color: #000000;
			font-weight: bold;
			font-size: 14pt
}

h2 {			text-align: center;
			font-family: Comic Sans MS, Handwriting, sans-serif;
			color: #000000;
			font-weight: bold;
			font-size: 16pt
}

p.left {text-align: left; text-indent: +10%}

p.leftsm {text-align: left; text-indent: +10%; font-size: 8pt}

.left {text-align: left}
.right {text-align: right}
.center {text-align: center}

.sign {			font-family: Comic Sans MS, Handwriting, sans-serif;
			font-size: 8pt;
			text-align: left;
			font-weight: bold;
			font-style: italic;
			margin-left: 180px;
			padding: 5px;
}

div.sign a:link {color: #0000FF}
div.sign a:visited {color: #0000FF}
div.sign a:active {color: #0000FF}

.red {color: #FF0000}