/* CSS Document */

p{
font-family: Arial, Broadway, "Black Chancery", "Palatino Linotype";
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
font: Palatino Linotype;
}

.bold {
	font-family: Arial, Broadway, "Black Chancery", "Palatino Linotype";
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	font: Black Chancery;
}

.navigation {
	font-family: Broadway;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #990033;
	text-decoration: none;
	display: block;
	width: auto;
	font: Broadway;
}

.navigation:hover {
	font-family: Broadway;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #CC0000;
	text-decoration: none;
	display: block;
	width: auto;
	font: Broadway;
}
