
body {
  background: #333333;
  font-family: Times Roman;
  color: #CCCC66;
  margin-top: 50
}

body.print {
  background: #FFFFFF;
  color: #000000;
  margin-top: 50
}

a:link {
  color: #FFFF33;
}

a:visited {
  color: #999933;
}

a:link.print, a:visited.print {
  color: #000000
}

/* I did have this set to 450x300 but was too big for smaller res monitors */
img.dragon {
  width: 350;
  height: 220
}

img.lineagephoto {
  float:left;
  margin-right:20;
  width: 150;
  height: 200;
  border-color: #CCCC66
}

img.instrphoto {
  float:left;
  margin-right:20;
  width: 200;
  height: 150;
  border-color: #CCCC66
}

td.locationdetails {
  text-align=left;
  vertical-align=text-top;
  width=300
}

td.locationdetailheads {
  text-align=right;
  vertical-align=text-top
}