.btnav { background-color: #000; border: 1px #000000 solid;
}

table.navbar {
   border-collapse: collapse;
}
table.navbar td {
   border: 1px solid #8789AC;

}
table.navbar td a{
   display: block;
   width: 14em;
   height: 18px;
   padding: 7px;
   text-decoration: none;
}
table.navbar td a:link, table.navbar td a:visited {
   color: #000;
  
}
table.navbar td a:hover, table.navbar td a:active {
   color: #fff;
   background-color: #2E316E;
}



#name
{
    color: transparent;
    text-transform: capitalize;
}

.prettybutton {
color:ORANGE;
text-decoration: underline;
font-weight: bold;
font-size: 9pt;
background-color: white;
border: 0px solid #8789AC;
cursor: pointer;

}

.button2 {
Height: 125px
width: 75px
font-weight: bold;
font-size: 9pt;
background-color: transparent;
border: 3px solid #8789AC;
cursor: pointer;


}
