body { background: #A7FF80;
       margin: 0}
a.normal:link {color: black;
       background: transparent;
       font-family: times;
       font-weight: bold;
       text-decoration: none}

a.normal:visited {color: black;
       background: transparent;
       font-family: times;
       font-weight: bold;
       text-decoration: none}

a.hover { color: #FFFF80; 
	 	 background: transparent;
         font-family: times;
         font-weight: bold;
         text-decoration: none}

div.menu {   
	     
	     width: 170px;
	     background: #E3E39B;
	     border-style: solid;
	     border-width: 1px;
         border-color: black;
	     font-family: times;
         font-weight: bold;
         text-decoration: none;
		 padding: 2px;
	}

div.menuhover { 
	    
		width: 170px;
	    background: black; 
		border-style: solid;
		border-width: 1px;
	    border-color: #E3E39B;
		font-family: times;
        font-weight: bold;
        text-decoration: none;
		padding: 2px;
		 }

div.menucurrent { 
	    	
		color: #FFFF80;
	    	width: 170px;
		background: black; 
	    	border-style: solid;
		border-width: 2px;
        	border-color: #FFFF80;
	     	font-family: times;
         	font-weight: bold;
            	text-decoration: none;
		padding: 2px;
 }

div.menubackground { 

	     	
		width: 175px;
		background: #E3E39B;
             	border-style: solid;
 		border-width: 1px;
             	border-color: black;
	    	font-family: times;
             	font-weight: bold;
             	text-decoration: none;
		padding: 3px;
		

			 
			 
			  }

div.header {
		
		background: #A7FF80;
		font-family: times;
           	font-weight: 600}
		   
div.footer { 
		
	     	height: 10%;
	     	width: 100%;
		left: 0px;
		bottom: 0px;
	     	background: #A7FF80;

}


div.content {
		
		
		position: absolute;
		width: auto;
		height:	auto;
		top: 0px;
		left: 188px;   
		background: #FFFF80;
		margin: 0;     
}


div.padimg {				
			
			padding-top: 2px;
			padding-left: 5px;
			padding-bottom: 2px;
			
}



div.menuoffset {

		
		
		padding-left: 5px;
		width: 20%;
		
		
	 }



img.linedimg {
		
		border-style: solid;
          	border-width: 1px;
	        border-color: black;

}