body, td {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #241d47;
}
p {
	font-size: 12px;
	line-height: 14px;
	font-family: arial;
	font-weight: normal;
	color: #241d47;
}
h1 {
	color:red;
	font-size:26px;
	font-weight:bold;
}
h2 {
	font-size:14px;
	font-weight:bold;
}

a {
	color: #d9330d;
	text-decoration: none;
}

a:hover {
	color: #291770;
	text-decoration: underline;
}

a.whitelink:link, a.whitelink:active, a.whitelink:visited {
	color: white;
	text-decoration: none;
}

a.whitelink:hover {
	color: white;
	text-decoration: underline;
}

li {
	list-style-type: square;
}
