a
 {
   border-color: #3366ff;
   border-style: double;
   border-width: 0px 3px;
   color: #6699ff;
   padding: 0px 2px;
   text-decoration: none;
 }

a:hover
 {
   border-color: #ff9966;
 }

a:visited
 {
   border-color: #6699ff;
 }

.blog
 {
   font-size: 11px;
 }

.blog .emphasis
 {
   font-size: 13px;
   font-weight: bold;
 }

body
 {
   background-color: #000000;
   color: #6699ff;
   font-family: Tahoma, Verdana, Arial, sans-serif;
   font-size: 13px;
 }

.center
 {
   text-align: center;
   margin: 0px 0px 2px 0px;
 }

.emphasis
 {
   font-weight: bold;
   text-decoration: overline;
 }

hr
 {
   border-style: width;
   border-width: 1px;
   color: #3366ff;
 }

input.mnavi
 {
   padding: 0px 1px;
   background-color: #000033;
   border-color: #3366ff;
   border-style: double;
   border-width: 0px 3px;
   color: #6699ff;
   font-size: 11px;
   font-weight: bold;
   padding: 0px 1px;
 }

input.navi
 {
   background-color: #003366;
   border-color: #3366ff;
   border-style: solid;
   border-width: 2px 1px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   color: #6699ff;
   font-size: 14px;
   width: 90px;
 }

.main
 {
   background-color: black;
   border-color: #3366ff;
   border-style: solid;
   border-width: 2px 0px 0px 2px;
   position: absolute;
     top: 57px;
     left: 140px;
   padding: 5px 8px;
   width: 680px;
 }

.menu
 {
   background-color: #000033;
   border-color: #3366ff;
   border-style: solid;
   border-width: 2px 0px;
   color: #3366ff;
   font-family: Arial, sans-serif;
   font-size: 11px;
   font-weight: bold;
   position: absolute;
     top: 57px;
   padding: 1px 0px 2px 3px;
   width: 124px;
 }

.menuheader
 {
   background-color: #003366;
   border-color: #3366ff;
   border-style: solid;
   border-width: 1px 0px;
   color: #6699ff;
   font-family: Arial, sans-serif;
   font-size: 11px;
   font-weight: bold;
 }


.pageheader
 {
   background-color: #000033;
   border-color: #3366ff;
   border-style: solid;
   border-width: 2px 0px;
   color: #3366ff;
   font-family: Arial, sans-serif;
   font-size: 30px;
   font-weight: bold;
   padding: 0px 0px 2px 5px;
   width: 825px;
 }

p
 {
   margin: 4px 0px 9px 0px;
 }

.underline
 {
   text-decoration: underline;
 }