/*
File: ~/www/CSS/ex_slavery/site_shared.css
Client/Site: HSTG - Slavery Exhibit
Author: Jonathan Biebesheimer <jb@enterity.com>
Last Modified By: Jonathan Biebesheimer <jb@enterity.com>

Date-Created:  February 15, 2005
Date-Modified: February 23, 2005 
*/

/* -- Shared Site Elements --------------------- */

body {
  padding: 0px;
  margin: 0px;
  font-family: verdana;
  font-size: 12px;
  background-color: #323630;
}

a {
  color: #3D5E7D;
  text-decoration: none;
}

a:hover {
  color: #69AED8;
  text-decoration: underline;
}

table {
  font-size: 12px;
}

#page {
  position: absolute;
  top: 0px;
  left: 15px;
  width: 714px;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  margin: 0px;
}

#breadcrumbs {
  display: none;
  visibility: none;
  width: 0px;
  height: 0px;
  text-size: 0px;
}