h1 {
	font-family: "Gill Sans MT";
	font-size: large;
	color: Navy;
}
a:link {
	color: Red;
	font-family: Arial;
}
a:la:hover {
	color: #DC143C;
}

h2 {
	font-family: Arial;
	font-weight: demi-bold;
	font-style: normal;
	font-size: large;
}


p {
	font-family: Verdana;
	font-size: medium;
}
body {
	text-indent: 8pt;
	font-family: Tahoma;
	
}

a {font-family: Trebuchet MS;
	font-size: small;
	color: #B22222;
	text-decoration: none;
	
}

