a {
  color: #FFDDDD;
  text-decoration: underline
}

a:visited {
  color: #DDAAAA
}

a:hover {
  color: #FF9999;
}

.navigation {
  background: #000000;	
  color: #FFDDDD;
  font-family: "Courier", "Prestige", "Everson Mono", "Lucida Sans", monospace;
}

a.navigation {
  text-decoration: none;
}

a.navigation:visited {
}

a.navigation:hover {
  color: #FF9999;
}

a.lighter {
  color: #000000;
  text-decoration: none;
}

a.lighter:visited {
  color: #000000;
}

a.lighter:hover {
  color: #FFFFFF;
}

a.notice {
  color: inherit;
  text-decoration: none inherit;
}

body {
  background-color: #A70000;
  color: #AAAAAA;
  font-family: "Nimbus Sans L", "Nimbus Sans", Arial, Helvetica, sans-serif;
/*  font-family: "Times New Roman", "Times", serif;
*/  text-align: center;
  margin: 0px;
  padding: 0px;
  font-size: 17px;
}
  
div.encapsulator {
  width: 610px;
  background: #000000;
  padding: 15px;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}

div.center {
  text-align: center
}

div.notice {
  color: #000000;
  text-align: left;
  width: 640px;
  margin-left: auto;
  margin-right: auto;
}

table.rpict {
  margin-left: 10px;
  margin-top: 20px;
}

table.columns {
  text-align: justify;
  margin: 0px;
  padding: 0px;
}

li {
  list-style: square;
}

td {
  vertical-align: top;
}
 
.bold {
  color: #FFDDDD;
}

.center {
  text-align: center;
}

.column-left {
  vertical-align: top;
  width: 305px;
  padding: 0px;
  padding-right: 15px;
  margin: 0px;
}

.column-right {
  vertical-align: top;
  width: 305px;
  padding: 0px;
  padding-left: 15px;
  margin: 0px;
}

.first-letter {
  color: #DDDDDD;
  background-color: #A70000;
  font-family: "Courier", "Prestige", "Everson Mono", "Lucida Sans", monospace;
}
@media print {
  .first-letter {
    font-weight: bolder;

    text-transform: capitalize;
/*    text-decoration: underline overline;
*/  }
}


.nick {
  color: #FFDDDD;
}

.poem-title {
  color: #FFDDDD;
}

.title1 {
  color: #FFDDDD;
  letter-spacing: 7px;
  font-weight: bolder;
  font-family: "Times New Roman", "Times", serif;
}

.update {
  color: #FFDDDD;
}

.whois {
  font-family: "Courier", "Prestige", "Everson Mono", "Lucida Sans", monospace;
}

.pict {
   margin-left: 5px;
   border-width: 1px;
   border: ridge;
}
