h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	color: #660000;
}
h2 {
	font-family:"Times New Roman", Times, serif;
 	font-size:large;
	color:#000000;
} 
.foot {
	font-family: "Times New Roman", Times, serif;
	color: #99CCFF;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #000000;
	text-indent:50px;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #6699FF;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #FFCC33;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #6699FF;
	text-decoration: none;
}
