.style1 {
	font-size: 24px;
	font-family: "Courier New", Courier, mono, Kartika, Sketchy;
	font-weight: bold;
	list-style-position: inside;
	list-style-type: disc;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #CC3333;
}

