H1 {
	font-family: arial, verdana, sans-serif;
	font-size: 120%;
	color: black;
	font-weight: bold;
}

H2 {
	font-family: arial, verdana, sans-serif;
	font-size: 110%;
	color: black;
	font-weight: bold;
}

H3 {
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
	color: black;
	font-weight: bold;
}

H4 {
	font-family: arial, verdana, sans-serif;
	font-size: 80%;
	color: black;
	font-weight: bold;
	margin-left: 10;
}

H5 {
	font-family: arial, verdana, sans-serif;
	font-size: 80%;
	color: black;
	font-weight: bold;
	margin-left: 20;
}

A:link { color: blue}
A:active { color: blue}
A:visited { color: maroon}

.r:link {color: white; text-decoration: none; font-weight: bold;}
.r:visited {color: white; text-decoration: none; font-weight: bold;}
.r:active {color: white; text-decoration: none; font-weight: bold;}

P {
	font-family: palatino, serif;
	font-size: 100%;
	color: black;
	font-weight: normal;
}

table.buttons {
	border=4;
	border-style=outset;
	background-color="#1d24bb";
}

td.buttons {
	border=4;
	border-style=outset;
	background-color="#1d24bb";
	font-family: palatino, serif;
	font-size: 100%;
	color: white;
	font-weight: normal;
}

P.head {
	font-family: palatino, serif;
	font-size: 100%;
	color: black;
	font-weight: normal;
}

P.explain {
	font-family: palatino, serif;
	font-size: 100%;
	color: black;
	font-weight: normal;
	margin-left: 60;
	margin-right: 100;
}

blockquote {
	font-family: palatino, serif;
	font-size: 100%;
	color: black;
	font-weight: normal;
	margin-left: 40;
	margin-right: 40;
}

P.smalltext {
	font-family: palatino, serif;
	font-size: 80%;
	color: black;
	font-weight: normal;
}


