﻿html,body 
{
  height:99.53%;
}

.categories a
{
  background-color:#DDDDDD;
  color:#333333;
  display: block;
  text-align:center;
  height: 35px;
  font-family:Georgia,"Times New Roman",Times,serif;
  font-style:normal;
  font-variant:small-caps; 
  text-decoration:none;
  font-weight:bold;
  vertical-align:middle;
  margin-bottom:0px;
  border: 1px inset;
}
      
.categories a:hover
{
  color:#333333;
  background-color: #cccccc;
  text-decoration: none;
}