		.style1{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			color: #0000A0;
			font-weight:bold; 
			}
	
		h1{
			font-family: Helvetica, sans-serif;
			color: #B05E6D;
			font-size: 42px;
			font-weight:bold;
			}
		.style2{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			color: 	#0000A0;
			font-weight:bold;
			}
		body{
			background-color: 	Black;
			background-image:url(water-drops.jpg);
			}
		.styleTable{
			background-color:blue;
		
			}
		.styleTable1{
			background-color: red;
			border:6px solid white;
			}
		.links{
			font-family: sans-seriff,helvetica, Arial;
			font-size:12px;
			color: black;
			font-weight:bold;
			background-color: white;
			border: 1px solid red;
			}
		a:link{
			color:#800000 ;
		}
		a:visited{
			color:#800000;
		}
		a:hover{
			color: black;
		}
		a:active{
			color: black;
		}