body {
 background-color: black;
 font-family: verdana, arial, helvetica, sans-serif;
 color: black;
 font-size: 10pt;
}

a:link {
  background-color: inherit;
  text-decoration: none;
  font-weight: bold;
  color: #808080;
}

a:active {
  text-decoration: none;
  background-color: inherit;
  color: #808080;
}

a:visited {
  text-decoration: none;
  background-color: inherit;
  color: #888888;
}

a:hover {
  text-decoration: none;
  background-color: white;
  color: black;
  font-weight: inherit;
}

.mainbody {
 margin-top: 40px;
 margin-left: 100px;
 width: 650px;
 border: 1px dotted yellow;
 padding: 5px 5px 5px 5px;
}

.maintitle1 {
 background-color: black;
 font-family: verdana, arial, helvetica, sans-serif;
 color: rgb(255,255,120);
 /*color: yellow;*/
 font-size: 40pt;
 font-weight: bold;
 width: 50px;
 text-align: center;
 margin-bottom: 5px;
}

.maintitle2 {
 /*background-color: yellow;*/
 background-color: rgb(255,255,120);
 font-family: verdana, arial, helvetica, sans-serif;
 color: black;
 font-size: 40pt;
 font-weight: bold;
 width: 50px;
 text-align: center; 
 margin-bottom: 5px;
}

.slogan {
 background-image: url(images/poem.jpg);
 background-color: black;
 color: rgb(255,255,120);
/* color: yellow;*/
 font-style: italic;
 font-weight: bold;
 font-size: 14pt;
 padding-top: 10px;
 padding-bottom: 10px;
 text-align: center;
 width: 650px;
 margin-top: 5px;
 margin-bottom: 5px;
 padding-bottom: 17px;
}

.blogbody {
 /*margin-top: 5px;*/
 background-image: url(images/yellow_paper.gif);
 width: 490px;
 padding: 5px 5px 5px 5px;
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 10pt;
}

.blogpost {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 10pt;
}

.sidebar {
 /*padding-top: 5px;*/
 padding-left: 5px;
 background-color: black;
 width: 160px;
 height: 400px;
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 8pt;
 color: white;
}

.sidetitle {
 margin-bottom: 5px;
 padding-left: 3px;
 background-color: white;
 background-image: url(images/yellow_paper.gif); 
 /*width: 150px;*/
 text-align: left;
 color: black;
 font-weight: bold;
}

.sidetext {
 margin-bottom: 15px;
 padding-left: 5px;
 padding-right: 5px;
 /*width: 150px;*/
 color: white;
 background-color: black;
}

.date {
 font-family: Verdana, Arial, sans-serif;
 font-size:14px;
 font-weight:bold;
 background-color: inherit;
 color: black;
 height: 28px;
}

.byline {
 font-family: Verdana, Arial, sans-serif;
 color: black;
 font-size: 10px;
 /*font-weight: bold;*/
 background-color: inherit;
}

p.title {
 margin-bottom: 5px;
 font-family: Verdana, Arial, sans-serif;
 background-color: inherit;
 color: black;
 font-weight: bold;
 font-size: 14px; 
}

p.biotitle {
 margin-bottom: 5px;
 margin-top: 2px;
 font-family: Verdana, Arial, sans-serif;
 background-color: inherit;
 color: black;
 font-weight: bold;
 font-size: 14px; 
}

.biosub {
 font-weight: bold;
}