body {
         background:#5B5974;
         font-family: Arial, Helvetica, sans-serif;
   }

#menu {
            display:block;
            margin-top:0%;
            top:0px;
            left:150px;
            width:650px;
            height:30px;
            position:fixed;
            background:#fff;
            border: 1px solid #FF0004;
            }


#content {
         display:block;
            margin-top:2%;
            margin-left:50px;
           
            width:650px; 
            position:float; 
         background: #F5F1D5;
         padding: 1em;
         border: 1px solid #FF0004;
         margin-bottom: 2%;
         
         font-size: 15px;
         }

#content a {
                    text-decoration:none;
                    color:#118917;
                    border::none;
}


#content a:hover {
                               text-decoration:none; 
                               color:red;
}




#menu a { 
            text-decoration:none; 
             color:#5E7399;
 }
#tbl{
         border:1px dashed #118917;
}

#row{
         border-bottom:1px dashed #118917;
}

