@charset "iso-8859-1";
 
  body {
   padding-left: 18em;
    font-family: Georgia, "Times New Roman", serif;
    color: red;
    background-color: black; 
    text-decoration: none; 
	padding-right: 10px }

/* specific divs */	
#nav {
    font-family:  Garamond, Futura, Times;
	list-style-type: square;	
	border-style:  ridge; 
	border-color:  red;	 
	color: red;	
	background-color: black; 
	padding: 1em;
    margin: 1em;
    position: absolute;
    top: 2em;
    left: 2em;
	width: 9em }

  ul.board {
    font-family:  Garamond, Futura, Times;
	list-style-type: none;	
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
	width: 225px }
	
	

  table.pics {
    list-style-type: none;
	color: white;
    padding: 5px;
    margin: 0;
    position: absolute;
    top: 32em;
    left: 1em;
    width: 16em }

  h1 {
    font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif }
  ul.navbar li {
    background: white;
    margin: 0.5em 0;
    padding: 0.3em; }
  ul.navbar a {
    text-decoration: none }
  a:link {
    color: white }
  a:visited {
    color: yellow }
  address {
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted }
