BODY        {
            background-image: url(./pics/back.jpg);
            background-color:#fe9a01;
            color:#780e01;
            font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif;
            font-size:9pt;
            margin:0;
            padding:0;
            }
a:link      {
            color: #000000;
            text-decoration: none; 
            } 
a:visited   { 
            color: #000000; 
            text-decoration: none; 
            } 
a:hover     { 
            color: #400000;
            background-color:#ffff30;
            text-decoration: none; 
            } 
a:active    { 
            color: #600001; 
            text-decoration: none; 
            } 
input, select, textarea
           {
           background-color:#fe9a01;
           color:#780e01;  
           border:1px #780e01 solid;
           font-family:Tahoma,Arial,Times,serif;
           font-size:8pt;
           font-weight:bold;
           padding-left:3px;
           }             
img         {
            border:0
            }
#frame     {
           margin: 0 0;
           width: 535px;    
           }
#header    {
           align:center;
           max-height:350px;
           border-left:5px #780e01 solid;
           border-right:5px #780e01 solid;
           }
#menue     {
           background-color:#fe9a01;
           color:#780e01;
           padding-right:0;
           padding-top:0;
           padding-bottom:0;
           padding-left:0;
           margin-left:0;
           margin-right:0;
           margin-top:0; 
           width:525px;
           height:35px;
           text-align:center;
           border-left:5px #780e01 solid;
           border-right:5px #780e01 solid;
           }
#content   {
           background-color:#fe9a01;
           color:#780e01;
           padding-right:10px;
           padding-top:10px;
           padding-bottom:10px;
           padding-left:10px;
           width:505px;
           text-align:justify;
           min-height:420px;
           margin:0;
           border-left:5px #780e01 solid;
           border-right:5px #780e01 solid;
           }
#bottom    {
           background-color:#fe9a01;
           color:#780e01;
           font-size:7pt;
           padding-right:10px;
           padding-top:10px;
           padding-bottom:10px;
           padding-left:10px;
           width:505px;
           text-align:right;
           margin:0;           					 
           border-left:5px #780e01 solid;
           border-right:5px #780e01 solid;
           }
h1         {
           font-size:9pt;
           text-align:center;
           margin-left:70px;
           margin-right:70px;
           padding-top:0;
           padding-left:0;
           padding-right:0;
           padding-bottom:4px;
           border-bottom:2px dashed;           
           }

h2         {
           font-size:9pt;
           width:60%;
           padding:0;
           padding-bottom:2px;
           margin:0 auto;
           border-bottom:1px solid;
           }
h3         {
           font-size:9pt;
           width:60%;
           padding-top:0;
           padding-left:3px;
           padding-right:0;
           padding-bottom:3px;
           margin:0;
           border-bottom:2px dotted;
           }
.codesort li {
	           display: inline;
	           padding-right: 3px;
	           font-size:8pt;
	           }
.codesort 
td           {
             text-align:left;
             font-size:8pt;
             }
#codes p     {
             text-align:center;
             }              
#viewall     {
             clear:left;
             text-align:right;
             clear:left;
             margin-top:10px;
             }
.credit      {
             font-size:7pt;
             text-align:center;
             margin-bottom:10px;
             }   
#box       {
           border:1px solid;
           padding:8px;
           width:65%;
           text-align:center;					 
           } 

 #navigation     {
                margin: 0;
                padding: 0;
                list-style-type: none;
                line-height:25px;
                font-weight:bold;
                }
#navigation li  {
                float:left;
                }
#navigation a   {
                background:#fe9a01;
                color: #780e01;
                display: block;
                width: 65px;
                padding-left: 10px;
                border-top:5px #780e01 solid;
                border-bottom:5px #780e01 solid;
                }
#navigation 
a:hover         {
                background: #780e01;
                color:#fe9a01;
                text-decoration: none;
                border-top:5px #fe9a01 solid;
                border-bottom:5px #fe9a01 solid;                
                }  
#hotlinks       {
                margin: 0;
                padding: 0;
                list-style-type: none;
                line-height:20px;
                }
#hotlinks li    {
                margin-bottom:3px;
                }
#hotlinks a     {
                background:#fe9a01;
                color: #780e01;
                display: block;
                padding-left: 10px;
                border:1px #780e01 dotted;
                }
#hotlinks 
a:hover         {
                background: #780e01;
                color:#fe9a01;
                text-decoration: none;
                border:1px #780e01 dotted;               
                }                           
