.nav {
	text-decoration: none;
	font-weight: bolder;
	color: gray;
	font-size:7pt;
 }
 
 a.nav:link { 
 	text-decoration: none;
	color: gray;
 }

 a.nav:visited { 
 	text-decoration: none;
	color: gray;
 }
 
 a.nav:active { 
 	text-decoration: none;
	color: gray;
 }
  
 .middot{
 	font-size:14pt;
	color: #c5c5ff;
	vertical-align:middle;
 }
 
 .bord{
 	border-width:2px;
	border-color:#ffffff;
	border-style:solid;
 }