body {
	font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: normal;
}

body.link {color: red}

p {
	font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: normal;
}

td {
	font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: normal;
}

th {
	font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: normal;
}

li {
	font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: normal;
}

h1 h2 h3 h4 h5 h6 {font-family: Arial, Helvetica, sansSerif;
}

h1 {font-size:36px; font-weight: bold; color:#440000; text-align:center;
}

h2 {font-size:24px; font-weight: bold; color:#773300; text-align:center;
}

h3 {font-size:16px; font-weight: bold; color:#AA0000; text-align:left; font-style:oblique;
}

h4 {font-size:12px; font-weight: bold; color:#550000; text-align:left; text-decoration:underline;
}

a {color: brown; text-decoration:none;}

.red {
	color:#B00;
}

.green{
	color:#3F0;
}

.blue{
	color:#3FF;
	font-weight:bold;
}

.darkblue{
	color:#00E;
}