font {
	font-family: Arial;
	font-size: *;
}

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

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;
}

.bottom_nav:link {
	color: #000000;
	text-decoration: underline;
}

.bottom_nav:visited {
	color: #000000;
	text-decoration: underline;
}

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

.bottom_nav:active {
	color: #000000;
	text-decoration: underline;
}


