body {
	background-color: #FFFFFF;
	color: #000000;
}

#NavLayer {
	visibility: hidden;
}

a:link, a:visited, a:active {
	color: blue;
}

a:hover {
	color: red;
}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	letter-spacing: .25em;
	height: 16px;
}

h2 {
	font-size: 16px;
	color: #000000;
	letter-spacing: .25em;
	height: 16px;
}

li {
	list-style-type: square;
}

