a, a:visited, a:link 
          { color: blue;
            text-decoration:underline;
            font-family: arial; 
			font-size: 10pt;
          } 

a:active { color: black;
           text-decoration:underline;
         }

a:hover { color: #0F1248;
          text-decoration:underline;
        } 

body { background-color: #192F24;

     } 
td {   color: black;
       font-family: arial; 
       font-size: 10pt; 

     } 

.main {
          color: black;
          font-family: tahoma; 
          font-size: 10pt; 
		 /* h3-color: #0F1248;
		  h2-color: #000677; */
      }

.red {
          color: #FF0000;
          font-family: arial; 
          font-size: 10pt;
      }

.link {
          color: #0000FF;
          font-family: arial; 
          font-size: 8pt;
      }

.sidenav { color: black;
           font-family: arial; 
           font-size: 8pt; 

         }

.heading { color: #254636; 
           font-family: arial; 
           font-size: 16pt; 
		   font-weight: bold;
         } 
         
.headingb { color: #254636; 
           font-family: arial; 
           font-size: 12pt; 
		   font-weight: bold;
         } 

