<style>

BODY 
	    {
	    overflow: auto;
	    font-family: monaco, Courier New, Courier, Tahoma, Arial, Verdana, sans-serif; 
	    font-size: 10px; 
	    }

img {
border:0!important;
} 
		
#header {
  width: 100%;
  height: 126px;
  background: white;
  position: fixed;
  margin-top: 14px;
  margin-bottom:14px;
  z-index:10;
  }	
  	
#navigation ul {
      float: left;
      list-style: none;
      margin-left: 0px;
	  margin-top: 2px;
      padding: 0px;
      width: 238px;
      line-height: 15px;
    }

.navi {
	font-family:monaco, courier new, arial, tahoma, verdana, Courier, monospace;
	font-size: 11px;
	line-height:14px;
	text-decoration: underline;
}

.content {
	font-family:  monaco, courier new, arial, tahoma, verdana, Courier, monospace;
	font-size: 11px;
	line-height:14px;
	
}




a:link, a:active:focus
	    {
	    text-decoration: underline;
	    color: #2F2F2f;	
	    cursor: pointer;
	
        }
		
a:focus
	    {
	    text-decoration: underline;
	    color: #2F2F2f;
		background-color:#fff582;	
	    cursor: pointer;
	
        }

a:hover
        {
	    text-decoration: underline;
	    color: #2F2F2F;	
		background-color:#fff582;
	    cursor: pointer;
	    }

a:visited 
	    {
	    text-decoration: line-through underline;
	    color: #2F2F2F;	
		background-color:#FFFFFF;
	    cursor: pointer;      
	    }

a:visited:hover 
        {
	    text-decoration: line-through underline;
	    color: #2F2F2F;	
		background-color:#fff582;
	    cursor: pointer;
	    }

	

				
</stlye>

