a {
  text-decoration: none;
  border-bottom: 1px dotted #666666;
  color: black;
}

a:hover {
  text-decoration: none;
  border-bottom: 1px solid #666666;
}

a img {
  border: none;
  text-decoration: none;
}

a.valid {
  border: none;
  text-decoration: none;
}

a.name {
  color: black;
  font-size: 30px;
  font-weight: bold;
  border: none;
  font-variant: small-caps;
}

a.name:hover {
  text-decoration: none;
}

a.perma {
  color: black;
  border: none;
}

a.perma:hover {
  text-decoration: none;
}

a.storytitle {
  text-decoration: none;
  border: none;
  color: black;
}

a.storytitle:hover {
  text-decoration: none;
}

blockquote {
  margin-left: 5px;
  padding: 10px;
  border: 1px dashed #666666;
}

p {
  margin-top: 5px;
  margin-bottom: 5px;
}

strong {
  font-weight: normal;
  color: black;
}

body {
  background-color: #dddddd;
  font-family: Verdana;
  font-size: 12px;
  color: #666666;
}

#foot {
  margin-top: 24px;
  text-align: left;
  font-size: 9px;
}

h2 {
  font-variant: small-caps;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 24px;
}

img {
  border: none;
}

#main {
  padding: 10px;
  margin-left: 100px;
  width: 600px;
}

.menu {
}

ul {
  margin-left: 0px;
  padding-left: 15px;
  margin-top: 0px;
  margin-bottom: 5px;
}

ol {
  margin-left: 0px;
  padding-left: 20px;
  margin-top: 0px;
  margin-bottom: 5px;
}

