body { 	font-family: Futura, Arial;	background-color: white;	color: black	}a:link       { color: blue }/* unvisited links - blue */a:visited    { color: purple }/* visited links - purple */a:active     { color: purple }/* active links - purple */p	{  margin-top: 0; 	margin-bottom: 0;	}h1 { color: red; 	font-family: futura, arial;	font-size: 24pt;	text-align: center;	text-transform: uppercase;	}h2 { color: black; 	font-family: futura, arial;	font-size: 20pt;	text-align: center;	}h3 { color: black; 	font-family: futura, arial;	font-size: 16pt;	text-align: left;	text-transform: bold;	}h4 { color: black; 	font-family: futura, arial;	font-size: 14pt;	text-align: left;	font-style: italic;	}h5 { color: black; 	font-family: futura, arial;	font-size: 10pt;	text-align: left;	}