<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*/


body {
 font-family: Arial, Helvetica, sans-serif;
 color: #808080;
}

A {
 text-decoration: none; color: white;
 }

A:Hover {
 text-decoration: underline; color: white;
 }

a.hier {
    color: white; text-decoration: underline;
  }

a.text {
    color: blue; text-decoration: none;
  }  	

a.text:Hover {
 text-decoration: underline; color: blue;
 }

p {
 padding: 10px;
}

#p.1 {
 color: black;
 padding: 10px;
}

#wrapper { 
 margin: 0 auto;
 width: 850px;
}

#content { 
 font-family: Arial, Helvetica, sans-serif;
 font-size:15px;
 line-height:21px;
 float: left;
 color: black;
 border: 1px solid #808080;
 background: #cccccc;
 height: 100%;
 width: 828px;
 padding: 10px;
 display: inline;
}

#header {
 color: #333;
 width: 848px;
 float: left;
 height: 100px;
 border: 1px solid #808080;
 background: #cccccc;
}

#footer { 
 font-family: Arial, Helvetica, sans-serif;
 width: 850px;
 height: 30px;
 clear: both;
 text-align: right;
 color: #FFFFFF;
 background: #808080;
}

#navigation {
 font-family: Arial, Helvetica, sans-serif;
 width: 850px;
 height: 30px;
 clear: both;
 text-align: right;
 color: #FFFFFF;
 background: #808080;
}</pre></body></html>