body {
  background : #000000;
  color : #00ee00;
  font-size : 12px;
  font-family : Arial;
}

a:link { color : #00ddff ; text-decoration  : none }
a:visited { color : #00ddff; text-decoration : none }
a:hover { color : #00ffff ; text-decoration : none }

div.box {
  border-width : 1px; 
  border-style : solid; 
  border-color : #00ee00;
  padding : 1px;
//  -moz-border-radius-topleft : 8px;
//  -moz-border-radius-topright : 8px;
}

div.fullbox {
  border-width : 1px;
  border-style : solid;
  border-color : #00ee00;
  padding : 1px;
//  -moz-border-radius-topleft : 8px;
//  -moz-border-radius-topright : 8px;
}

div.header {
  background : #004400;
  font-weight : bold;
  font-size : 14px;
  text-align : center;
  color : #00ee00;
  border-width : 1px;
  border-style : solid; 
  border-color : #00ee00;
//  -moz-border-radius : 8px;
}

div.header a:link { color : #dddddd ; text-decoration  : none }
div.header a:visited { color : #dddddd ; text-decoration : none }
div.header a:hover { color : #ffffff ; text-decoration : none }

div.info {
  padding-top : 4px;
  padding-left : 5px;
  padding-right : 5px;
}

div.full {
  font-size : 14px;
  padding-top : 4px;
  padding-left : 5px;
  padding-right : 5px;
}

div.img {
  text-align : center;
  padding-top : 2px;
}

div.more {
  text-align : right;
  font-size : 10px;
}

div.more a:link { color : #ffaa33; text-decoration : none; }
div.more a:visited {color : #ffaa33; text-decoration : none; }
div.more a:hover { color : #ffaa33; text-decoration : none; }

div.quote {
  font-style : italic;
}

div.citation {
  text-indent : 20px;
  color : #00aa00;
}

tr.notvisited td.vc {
  visibility : hidden;
}

tr.visited {
  background : #004400;
}

tr.visited td.vc {
  text-align : center;
  font-weight : bold;
}

div.sidebar {
  position : fixed; 
  top : 10px; 
  left : 10px; 
  width : 100px
}

div.submain {
  position : absolute; 
  left : 120px; 
  top : 10px; 
  right : 10px; 
  padding-bottom : 10px;
}

div.writtenword {
  font-size : 13px;
}

div.poem {
  float : left;
  padding : 5px;
  white-space : pre;
}

div.poemgroup {
  clear : both;
}

div.poemgroup h2 {
  text-indent : 5px; 
}

div.showbox {
  font-size : 14px;
  padding : 5px;
}

div.pbar {
  position : relative;
  background : #050;
  border-width : 1px;
  border-style : solid;
  border-color : #0f0;
  width : 300px;
}

div.progresspercent {
  text-align : center;
  position : absolute;
  left : 0; top : 0; width : 100%; height : 100%;
}

div.progress {
  position : absolute;
  left : 0px;
  top : 0px;
  height : 100%;
  background : #080;
}

a.cached:link { font-size : 12px; color : #dddddd ; text-decoration  : none }
a.cached:visited { font-size : 12px; color : #dddddd ; text-decoration : none }
a.cached:hover { font-size : 12px; color : #ffffff ; text-decoration : none }

div.blog {
  border-bottom-width : 1px;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-style : dashed;
  text-align : center;
  width : 80%;
}

div.blogdate {
  font-weight: bold;
  text-align : left;
}

div.blogtitle {
  font-size : 14px;
  font-weight : bold;
}
