body {
   /* background: rgb(14,0,71); */
   color: white; 
   /* background: url(/wrimorocks/wrimorocks.jpg) no-repeat; */
   background-color: rgb(0,0,0);
}
/* 
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:active ( text-decoration: none; }
a:hover ( text-decoration: underline; font-weight: bold; }
*/


a:link { color: rgb(205,205,255)}
a:visited { color: rgb(235,255,255)}
a:active ( color: rgb(232,255,232)}
a:hover ( color: white; font-weight: bold; }


#portrait {
   float: right;
   margin-right: 5px;
   margin-left: 10px;
   margin-bottom: 7px;
   padding-left: 5px;
   padding-right: 5px;
}

#NaNo {
   float: right;
   margin-right: 0px;
   margin-left: 5px;
   margin-bottom: 7px;
   padding-left: 5px;
   padding-right: 5px;
}


#top {
    float: right;
}

div.content {
   border: rgb(55,95,95);
   border-style: solid;
   border-width: 3px;
   display: block;
   background-color: rgb(23,5,5);
   color: white;
   font-family: verdana, sans-serif, Helvetica; font-size: 1.0em;
}

div.image {
   float: both;
   padding-left: 15px;
   padding-right: 15px;
   margin-left: 5%;
   margin-right: 5%;
}
div.image p {
   font-style: italic;
}

