ul.one {width: 100%;
padding: 0;
margin: 0;
list-style-type: none;
text-align: center;
font-family: Arial, sans-serif;}
li.one {display: inline;}

a.one {width: 6em;
text-decoration: none;
color: white;
background-color: #341e3e;
padding: 0.2em 0.6em;
border-style: solid;
border-right: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
font-family: Verdana; 
font-size: 12pt; 
font-weight: bold;}

a.one:link {color: #ffffff;}
a.one:visited {color: #ffffff;}
a.one:hover {background-color: #76458d;}