A:link {color: blue; background-color: white; }
A:visited {color: blue; background-color: white; }
A:active {color: blue; background-color: white; }

BODY { font-family: Helvetica, Arial, sans-serif; font-size: x-small; }
H2 { font-size: small;
     font-weight: bold;
     text-align: center;
   }
H3 { font-size: small;
     text-align: center;
   }

TD.nvit { font-size: x-small; 
          font-weight: bold;
	  color: blue;
          background-color: #DDDDDD;
        }
A.nvit:link { color: blue; 
              background-color: #DDDDDD; 
            }
A.nvit:visited { color: blue; 
                 background-color: #DDDDDD; 
               }
A.nvit:active { color: blue; 
                background-color: #DDDDDD; 
              }
