body {
	font-family: 'Comic Sans MS', Arial, Helvetica;
	font-size: 12px;
	text-indent: 0px;
	margin: 4px;
	background-repeat: repeat-x 
}

.redheader {
	font-size: 16px;
	font-weight: bold;
	color: FF0000;
}
.nav {
	font-size: 12px;
	font-weight: bold;
	color: 0000CC;
	list-style-type: disc;
	text-decoration: none;
}
.smltxt {
	font-size: 11px;
	font-weight: normal;
}
li {
	list-style-position: outside;
	list-style-type: square;
}
a {
	text-decoration: none;
}
a:hover { 
	text-decoration: none;
	color: red;
}
