font {
	font-family: Arial;

}

.small:font {
	font-family: Arial;
	font-size: 12px;
}

a:link {
	color: #0000CC;
	text-decoration: underline;
}

a:visited {
	color: #0000CC;
	text-decoration: underline;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

a:active {
	color: #0000CC;
	text-decoration: underline;
}

.nav:link {
	color: #000000;
	text-decoration: none;
}

.nav:visited {
	color: #000000;
	text-decoration: none;
}

.nav:hover {
	color: #990000;
	text-decoration: none;
}

.nav:active {
	color: #000000;
	text-decoration: none;
}

.botnav:link {
	color: #000000;
	text-decoration: none;
}

.botnav:visited {
	color: #000000;
	text-decoration: none;
}

.botnav:hover {
	color: #990000;
	text-decoration: none;
}

.botnav:active {
	color: #000000;
	text-decoration: none;
}

