.ss {
  text-decoration: line-through;
}

body {
  background-color: white;
  font-size: large;
  font-family: Georgia, serif;
  line-height: 115%;
}

#main {
  width: 310px;
}

#select-view{
  text-align: center;
  margin: 10px;
  margin-top: 2em;
  clear: both;
}

#select-view a {
  color: black;
  background-color: white;
  text-decoration: none;
  padding: 10px;
  border: solid 3px silver;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#select-view a:hover {
  color: white;
  background-color: black;
}

p, blockquote, ul {
  margin-bottom: 1em;
}

ul, ol {
  padding-left: 25px;
}

ul {
  list-style: disc;
}
ol {
  list-style-type: decimal;
}

#nav {
  float:left;
}

#nav ul {
  padding-left: 0;
}

#nav li {
  background-color:#ca2e2e;
  border:2px solid #ca7575;
  list-style-type:none;
  margin: 5px;

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#nav li a {
  display:block;
  color:white;
  text-decoration: none;
  background-color:#ca2e2e;
  padding: 5px;
}

#nav li a:hover {
  background-color:#821d1d;
}

#top a {
  color:black;
  text-decoration:none;
}

#top a:hover {
  color:#333;
}

#top {
  font-size:24px;
  font-weight:bold;
  margin-bottom: 20px;
}

#content {
 clear:both;
 margin-bottom: 10px;
}

dd {
  margin-left: 25px;
}

dt {
  font-style: italic;
}

h1 {
  font-size: 150%;
}


p, ul, ol, h1, h2 {
  margin-bottom: .5em;
}

.social a {
  margin-left: 1em;
}

#footer {
  margin-bottom: 4em;
}

form.lkbp-jump {
  margin-bottom: .5em;
}
form.lkbp-jump select {
  padding: .2em 1em;
}