	BODY {
   background-color: #EDEFE5;
   font-family: sans-serif;
    font-size: 10px; 
}
   p {
      color: #060F26;
      font-size: 10px; 
   }
   
   .text-white {
   color: White;
   }
   
   .sidenav {
   text-decoration: none;
        font-family: sans-serif;
         font-size: 12px;
          color: #ffffff;
           width: 100%;
           margin-left: 2px;
           font-weight: bold;
   }
   
   .sidenav:Hover {
   text-decoration: underline;
        background-color: #060F26;
        font-family: sans-serif;
         font-size: 10px;
          color: #ffffff;
           width: 100%;
           margin-left: 2px;
   }
   
   .link {
      background-color: #060F26;
      text-decoration: none;
      font-family: sans-serif;
      font-size: 9px;
      color: #ffffff;
      }
      
      .link:Hover {
      background-color: #060F26;
      text-decoration: underline;
      font-family: sans-serif;
      font-size: 9px;
      color: #ffffff;
      }