h1 {
	font-family: Arial;
	font-size: 200%;
	font-weight: bolder;
	color: White;
}

h2 {
	font-family: Arial;
	font-size: 150%;
	font-weight: bolder;
	color: #00008B;
}

h3 {
	font-family: Arial;
	font-size: 300%;
	font-weight: bolder;
	color: #00008B;
}

p {
	font-family: Arial;
	font-size: 100%;
	font-weight: normal;
	color: #00008B;
}

table.small{
	font-family: Arial;
	font-size: 80%;
	font-weight: normal;
	color: #00008B;
	background-color: Silver;
}
table.large{
	font-family: Arial;
	font-size: 120%;
	font-weight: normal;
	color: #00008B;
}
a:hover {
	background-color: Yellow;
}
