body
  {background-color:#FEFEFC;
  background-image: url(images/background/background.jpg);
  background-repeat: repeat-x;
  background-position: top left;
  
  scrollbar-face-color: #FFFFFF;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #EAD8C4;
  scrollbar-arrow-color: #EAD8C4;
  scrollbar-track-color: #FEFEFC;
  scrollbar-3dlight-color: #EAD8C4;
  scrollbar-darkshadow-color:#EAD8C4;}

td
  {font-style:normal;
  font-variant:normal;
  font-weight:normal;
  font-size:12px;
  color:#000000;
  font-family:verdana;}
  
p
  {text-align:justify;}

a:link, a:active, a:visited
  {text-decoration:none;
  font-weight:bold;
  color:#503E2C;}

a:hover
  {text-decoration:underline;
  font-weight:bold;
  color:#503E2C;}

h1
  {font-size:35px;}

h2
  {font-size:30px;}

h3
  {font-size:20px;}

.thumbnail
  {position:relative;
  z-index:0;}

.thumbnail:hover
  {background-color:transparent;
  z-index:0;}

.thumbnail span
  { /*CSS for enlarged image*/
  position:absolute;
  background-color:white;
  padding:5px;
  left:-1500px;
  width:521px;
  border:2px solid black;
  visibility:hidden;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  font-size:10px;
  font-family:verdana;
  text-decoration:none;
  text-align:justify;
  font-family:arial;
  color:#000000;}

.thumbnail span img
  { /*CSS for enlarged image*/
  border-width: 0;
  padding: 2px;}

.thumbnail:hover span
  { /*CSS for enlarged image on hover*/
  visibility:visible;
  top: 0;
  left: 40px; /*position where enlarged image should offset horizontally */