.recent a:visited { color: blue;}
a.buttond {
  position: relative;
  display: inline-block;
  font-size: 100%;
  font-weight: 700;
  color: rgb(255,255,255);
  text-decoration: none;
  text-shadow: 0 -1px 2px rgba(0,0,0,.2);
  padding: .5em 1em;
  outline: none;
  border-radius: 0px;
  background: linear-gradient(rgb(0,0,0), rgb(0,0,0)) rgb(0,0,0);
  transition: .2s ease-in-out;
  font-family: Verdana;
}
a.buttond:hover:not(:active) {
  background: linear-gradient(rgb(0,0,0), rgb(0,0,0)) rgb(0,0,0);
  color: rgb(255,0,0);
}
a.buttond:active {
  background: linear-gradient(rgb(76,77,82), rgb(56,57,62)) rgb(76,77,82);
  color: rgb(255,0,0);
}
#topmenu{
   font-size: 100%;
   top: 0px; 
   position: fixed;
   z-index: 1000;
   width:100%;
   background-color: black;
   left: 0;
   display: block;
   float: left;
   margin: 0 10px 0 0;

}
ul.dropdown li { position: relative; }
 ul.dropdown,
 ul.dropdown-inside {
 list-style-type: none;
 padding: 0;
 margin-top: 0px; 
 }
 ul.dropdown-inside {
 position: absolute;
 left: -9999px;
 }
 ul.dropdown li.dropdown-top {
 display: inline;
 float: left;
 margin: 0 1px 0 0;
 margin-top: 0px; 
 }
 ul.dropdown li.dropdown-top a {
 padding: 5px 10px 5px;
 display: block;
 }
 ul.dropdown a.dropdown-top { background: #000000; }
 ul.dropdown a.dropdown-top:hover { padding: 5px 10px 5px; }
 ul.dropdown li.dropdown-top:hover .dropdown-inside {
 display: block;
 left: 0;
 }
 ul.dropdown .dropdown-inside { background: #000000; }
 ul.dropdown .dropdown-inside a:hover { background: #000000; }
 
 
 
 
 
 a.buttonp {
  position: relative;
  display: inline-block;
  font-size: 75%;
  font-weight: 700;
  color: rgb(255,255,255);
  text-decoration: none;
  text-shadow: 0 -1px 2px rgba(0,0,0,.2);
  padding: .5em 1em;
  outline: none;
  border-radius: 0px;
  background: linear-gradient(rgb(0,0,0), rgb(0,0,0)) rgb(0,0,0);
  transition: .2s ease-in-out;
  font-family: Verdana;
}
a.buttonp:hover:not(:active) {
  background: linear-gradient(rgb(0,0,0), rgb(0,0,0)) rgb(0,0,0);
  color: rgb(255,0,0);
}
a.buttonp:active {
  background: linear-gradient(rgb(76,77,82), rgb(56,57,62)) rgb(76,77,82);
  color: rgb(255,0,0);
}
 
 
 #bottommenu{
   font-size: 75%;
   bottom: 0px; 
   position: relative;
   z-index: 2000;
   width:100%;
   background-color: black;
   left: 0;
   display: block;
   float: left;
   margin: 0 10px 0 0;

}
 