body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	margin-left: 2em;
}

ul {
	list-style-image: url(bullet.gif);
	list-style-position: inside;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF1E21;
	font-weight: normal;
}

th {
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
}


td {
	background-color: #FFFFFF;
	list-style-position: inside;
	list-style-image: url(bullet.gif);
}

a:link { color: #FF1E21; }
a:visited { color: #FF1E21; }
a:active { color: #FF1E21; }
