body {
  background-color: #4E4E6D;
  font-family: "Liberation Sans", Helvetica, Arial, sans-serif;
  text-align: center; /* stupid hack for IE */
}
p,li,td,th,center,address {
  text-align: left;
  line-height: 22px;
  font-size: 16px;
}
a {
  text-decoration: underline;
}
a:link {
  color: #000088;
}
a:visited {
  color: #000088;
}
a:hover {
  color: #000088;
  text-decoration: none;
}
a:active {
  color: #FFFF99;
  text-decoration: none;
}
kbd {
/* keyboard shortcuts */
  padding: 0px 1px 0px 1px;
  border-width: 1px 2px 2px 1px;
  border-style: solid;
}
#bigbox {
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  text-align: left; /* a default to undo the IE hack on BODY */
}
#nav {
  background-color: #121212;
  color: #ABABAB;
  padding: 8px;
  margin: 0px;
  float: right;
  display: block;
  border: 1px solid #DEDEDE;
  border-radius: 8px;
}
#nav p,#nav div,#nav li,#nav td,#nav th,#nav center,#nav address {
  font-family: Optima, Verdana, Arial, sans-serif;
  line-height: 20px;
  font-size: 14px;
}
#nav a {
  text-decoration: none;
  padding: 3px;
}
#nav a:link {
  color: #EFEFEF;
}
#nav a:visited {
  color: #EFEFEF;
}
#nav a:hover {
  color: #EFEF44;
}
#nav a:active {
  color: #FFFF99;
}
#nav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#recent {
  text-align: left
}
#fr {
  text-align: center;
  margin: 16px 0px 16px 0px;
}
#content {
  background-color: #FFFFFF;
  color: #000000;
  margin: 0px;
  padding: 10px 25px;
  border-radius: 12px;
/*  background-image: url(/images/SkurferBackground.jpg);
  background-position: left top;
  background-repeat: no-repeat; */
}
#content h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  text-align: left;
}
.articleHead {
  width: 100%;
  border-bottom: 1px solid #2E2E2E;
  border-top: 1px solid #2E2E2E;
  padding: 2px;
  background-color: #EEEEEE;
}
.articleHead p, .articleHead h2 {
  margin: 0px;
}
#tray {
  background-color: #FFFFFF;
  color: #555555;
  text-align: center;
  vertical-align: bottom;
  margin-top: 8px;
  padding: 4px;
  clear: both;
  font-size: 12px;
  line-height: 12px;
  border-radius: 12px;
}
.letter {
  font-family: "Liberation Serif", "Times New Roman", Times, serif;
  text-align: justify;
  padding: 0.5in;
  margin: 8px auto 8px auto;
  border: 1px solid #000000;
  color: #000000;
  background-color: #FFFFFF;
}
.noscreen {
  display: none;
}
.article {
/*  width: 420px;*/
  padding: 0px 20px;
  margin: 0px auto 0px auto;
}
blockquote {
  padding-left: 0.25in;
  padding-right: 0.25in;
  margin-left: 0px;
  margin-right: 0px;
  border-left: 2px solid #DDDDDD;
  border-right: 2px solid #DDDDDD;
  font-family: "Liberation Serif", "Times New Roman", Times, serif;
  text-align: justify;
  font-size: 12px;
}
.left {
  float: left;
  text-align: left;
}
.right {
  float: right;
  text-align: right;
}
.clearFloats {
  clear: both;
  height: 0px;
}
.inlineImage {
  float: right;
  margin-left: 8px;
}
.twitterStatus {
  
}
.twitterMeta {
  color: #555555;
  font-size: 10px;
  line-height: 10px;
}
