ul {
	list-style-image: url(images/bullet_sun2.gif);
	font-size: large;
	font-weight: bold;
	margin-top: 1 em;

}

ul.regular {
	list-style-image: url(images/arrow.gif);
	margin-top: 1 em;
	font-weight: normal;
	font-size: 0.87em;
}

input.regular {
	margin-left: 1em;
}

p {
	margin-left: .87em;
}

body td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.87em;
	color: #66FF99;
}

a {
	color: #66FF99;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-family: "Comic Sans MS";
}

.Title {
	font-size: 1.5em;
}

.SubTitle {
	font-size: 1.2em;
}