/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333366;
	background-color: #FFFFFF;
	list-style-position: inside;
	list-style-type: square;
}
.style1 {
	font-size: x-large;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
