BODY {
  color: black;
  background-color: white;
  font-family: 'comic sans ms', helvetica;
/*
  font-size: small;
*/
}


A {
  text-decoration: none;
}

A:link {
  color: #3399ff;
}

A:active {
  color: #ff0000;
}

A:visited {
  color: #3366cc;
}

.head {
  color: black;
  font-family: 'comic sans ms', helvetica;
}

H1 {
  color: #66ccff;
  font-size: large;
  font-weight: 300;
}

H2 H3 {
  color: #66ccff;
  font-size: medium;
  font-weight: 300;
  margin-left: 30pt;
  margin-right: 30pt;
}

TD {
  font-family: 'comic sans ms', helvetica;
  font-size: small;
}
  
UL { 
  font-size: small;
  margin-left: 30pt;
  margin-right: 30pt;
}

P { 
  font-size: small;
  margin-left: 30pt;
  margin-right: 30pt;
}

BLOCKQUOTE { 
  font-size: small;
  margin-left: 60pt;
  margin-right: 60pt;
}

DT {
  color: #ff0000;
  margin-left: 60pt;
}

PRE {
  font-family: 'lucida console', courier;
}

/* added for photos */

.caption {
  color: #003399;
}

.title {
  color: #003399;
}

