<!-- navigation address - current  -->
#current
{ 
font-family: tahoma; 
width:120px; 
text-decoration:none; 
background: darkblue; 
font-weight:bold; 
color: white;
padding:0.2em 0.6em; <!-- controls background box height -->
border-right:0px;
text-align:center; 
} 

<!-- navigation address -->
#nava 
{ 
font-family: tahoma; 
width:120px; 
text-decoration:none; 
color:black; 
font-weight:bold; 
background-color:lightblue; 
padding:0.2em 0.6em; 
border-right:0px;
text-align:center; 
}
 
#nava:hover 
{ 
background-color:purple; 
font-family: tahoma; 
color:white; 
font-weight:bold; 
}
 
<!-- navigation list -->
#navli
{ 
display:inline; 
list-style-type:none; 

} 

h1 {   
      font-family: Arial, Helvetica, sans-serif;
      color: Black; 
     }


h2 {   
      font-family: Arial, Helvetica, sans-serif;
      color: black; 
     }

