.navigationBorder{
background:navy;
border-style:solid;
border-color: navy;
border-width:5px;
width:142px;
}

.black{
text-decoration:none;
color:black;
font: normal 10pt Arial;
background: white;
width: 142px;
display:block;
}

a.nav:link{
text-decoration:none;
color:white;
background:navy;
font-weight : bold;
width: 142px;
display:block;
}

a.nav:active{
text-decoration:none;
color:white;
background: red;
font-weight:bold;
width: 142px;
display:block;
}

a.nav:visited{
text-decoration:none;
color:white;
background:navy;
font-weight:bold;
width: 142px;
display:block;	  
}

a.nav:hover{
text-decoration:none;
color:navy;
font-weight:bold;
width: 142px;
background: white;
display:block;	  
}

a.norm:link{ 
text-decoration: none; 
font-weight: bold; 
color:blue; 
width: auto;
background:white;
display:inline
}

a.norm:visited{ 
text-decoration:none; 
font-weight:bold; 
color:blue; 
width: auto;
background:white;
display:inline
}

a.norm:hover{ 
text-decoration: underline; 
font-weight: bold; 
color:blue; 
width: auto;
background:white;
display:inline
}
  