body {
   /* background: rgb(14,0,71); */
   color: white; 
   background: url(/images/blue_vert.png) repeat-x;
}
/* 
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(255,232,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;
}
