/* Style sheet for the IGT site */

BODY { 
	background-color: white; 
	font-family: "Times New Roman", Times, serif; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: medium; 
	color: black; 
	text-align: justify
}

H1 {
	font-size: large; 
	font-weight: bold; 
	font-variant: small-caps; 
	text-align: center;
	color: #44DD44;
	background-color: white;
}

A:link, A:visited, A:active, A:hover { 
	color: #4444FF 
}

B {
	color: #FF4444;
	background-color: white;
}