BODY {
		font-family: Verdana, Arial, Helvetica;
		color: Black;
		font-size: small;
		text-align: left;		
		background-color: white;
		background-image:url(handsbg.jpg);
		background-position:center;
		background-repeat:repeat;
		
}
H1 {		
		font-size: x-large;
		color: black;
		text-align: center;
}
A:link {text-decoration: none; color: black;}  
A:visited {text-decoration: none; color: blue;}  
A:active {text-decoration: none;}     
A:hover {text-decoration: underline; color: blue}
H2 {
		font-size: medium;
		font-weight: bold;
		text-align: center;
		color: black;
}
TD{
		font-family: Verdana, Ariel, Helvetica;
		color: Black;
		font-size: small;
		text-align: center;
}
TH{
		font-family: Verdana, Ariel, Helvetica;
		color: Black;
        weight: Bold;
		font-size: small;
		text-align: left;
}
