P.INITIAL:FIRST-LETTER {
  font-size: 300%;
  float: left ;
}

.formstyle {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

.navbar {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 85%;
  font-weight: bold;
  font-style: normal;
  color: yellow;
  text-decoration: underline;
}

a:visited.navbar, a:link.navbar, a:active.navbar {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 85%;
  font-weight: bold;
  font-style: normal;
  color: yellow;
  text-decoration: underline;
}

a:hover.navbar {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 85%;
  font-weight: bold;
  font-style: normal;
  color: black;
  text-decoration: none;
}


.bottomnav, a:visited.bottomnav, a:link.bottomnav, a:active.bottomnav {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 85%;
  color: white;
  text-decoration: none;
}

a:hover.bottomnav {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 85%;
  color: yellow;
  text-decoration: underline;
}


A:link
{
    COLOR: blue;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: blue;
    TEXT-DECORATION: none
}
A:active
{
    COLOR: blue;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: darkblue;
    TEXT-DECORATION: underline
}



.button a {
  color: yellow; 
  font-weight: bold;
  text-decoration:none; 
  background: gray;
  border: double thin silver;
  padding: 5px;
  display: block;
}

.button a:hover{
  color: black; 
  font-weight: bold;
  text-decoration:none; 
  background: gainsboro;
  border: double thin silver;
  padding: 5px;
  display: block;
  TEXT-DECORATION: underline
} 


