/*
 * style.css - "The Wenty File" style
 *
 * Copyright (C)2003/4 Daniel Jackson
 *
 */

html {
}

body {
  background: black;
  color: white;
  font-family: "Courier New", Courier, monospace;
}

.headline {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}


h1 {
  color: #ff0000;
  font-size: 42pt;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 30px;
  margin-bottom: 30px;
}

h2 {
  clear: both;
  color: #c0c07f;
  font-size: 18pt;
}

img {
  border: none;
}


hr {
  clear: both;
  color: white;
  border: white 2px dashed;
  margin: auto;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  color: #ffc0c0;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

a:active {
  color: #ffffc0;
}

a:visited {
  color: #ffc0ff;
}

del {
  text-decoration: line-through;
}

.data {
  margin-bottom: 10px;
}

.data .label {
  display: inline-block;
  width: 6em;
  color: #c0c07f;
  font-weight: bold;
}

.data .value {
}


ul.photos {
  margin-left: 20px;
  padding-left: 0;
}


ul.photos li {
  list-style: none;
  margin-left: 20px;
  padding-left: 0;
  clear: both;
}


ul.photos .photo {
  float: left;
  margin: 6px;
  border: 1px solid white;
  width: 400px;
  text-align: center;
}


ul.photos .description {
}


#footer {
  color: #808080;
  font-size: 80%;
  font-style: italic;
  text-align: right;
}


