﻿::-moz-selection
{
  background: #4c4c4c;
  color: #dcdcde;
}
::selection
{
  background: #4c4c4c;
  color: #dcdcde;
}


body
{
  text-align: center;
  font-family: Georgia,Arial,sans-serif;
  font-size: 14px;
  color: #4c4c4c;
}

a
{
  color: #4c4c4c;
  text-decoration: none;
  font-weight: bolder;
}
a:hover
{
  text-decoration: underline;
}
a img
{
  border: none;
}

#grid a img
{
  border: solid 5px #dcdcde;
}
#grid a:hover img
{
  border: solid 5px #4c4c4c;
}

