A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color: white;}
A:active {text-decoration: none; color: red;}
A:hover {text-decoration: underline; color: #6E6E6E;}

body {
   font-family:"Arial";
   color:white;
   background-color:#191919;
}

table.logo {
   border-style:solid;
   border-width:2px;
   border-bottom: none;
   background-image:url('logo.png');
   background-repeat:repeat-x;
}

table.navi {
   border-style:solid;
   border-width:2px;
}

table.content {
   border-style:solid;
   border-width:2px;
   border-bottom: none;
}

table.footer {
   border-style:solid;
   border-width:2px;
}

td.navi {
   border-style:solid;
   border-width:1px;
   border-left: none;
   border-top: none;
   border-bottom:none;
}

td.content {
}

div.warning {
   margin-left:10px;
   margin-right:15px;
   margin-top:2px;
   margin-bottom:5px;

   padding-left:15px;
   padding-right:20px;
   padding-top:5px;
   padding-bottom:5px;

   background-color:#420003;
   border-style:dashed;
   border-width:2px;
   border-color:red;
}
   