a.normal:link    { color: #6699FF; FONT-SIZE: 11px; text-decoration: none; }
a.normal:active  { color: #6699FF; FONT-SIZE: 11px; text-decoration: none; }
a.normal:visited { color: #6699FF; FONT-SIZE: 11px; text-decoration: none; }
a.normal:hover   { color: #6699FF; FONT-SIZE: 11px; text-decoration: none; }

body
{
  margin: 10px;
  background-color: #E7E8EB;
}

td, div
{
  font:  10px verdana;
}

img { border: 0; }

.button a, .button a:visited, .button a:active
{
  display: table-cell;
  color:             #6699FF;
  text-decoration:   none;
  background-color:  #F1F0F0;
  margin:            0px;
  padding:           0px;
  padding-left:      10px;
  border-width:      1px;
  border-color:      #D1D3D4;
  border-style:      solid;
  width: 150;
}

.button a:hover
{
  display: table-cell;
  color:             #6699FF;
  text-decoration:   none;
  background-color:  #FFFFFF;
  margin:            0px;
  padding:           0px;
  padding-left:      10px;
  border-width:      1px;
  border-color:      #D1D3D4;
  border-style:      solid;
  width: 150;
}
