     a:link {
	text-decoration: none;
	color: blue;
     }
     a:visited {
	text-decoration: none;
	color: blue;
     }
     a:hover {
	text-decoration: underline;
	color: blue;
     }
    .backCol1 {background-color:#BEBEBE}
    .backCol2 {background-color:white}
    body {background-color:#f2f2f2}
    
