/* CSS Document */

p{
font-family: Plaza;
font-size: 11px;
color: #FFFFFF;
line-height: 18px;
padding: 3px;
}

.bold {
	font-family: Plaza;
	font-size: 18px;
	color: #000000;
	line-height: 18px;
	font-weight: bold;
	font-style: normal;
	text-indent: 20px;
	white-space: pre;
}

.navigation {
	font-family: Plaza;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	padding: 8;
	text-decoration: none;
	background-color: #892527;
	display: block;
	width: 100px;
	color: #EF882C;
}

.navigation:hover {
	font-family: Plaza;
	font-size: 14 px;
	font-style: normal;
	font-weight: bold;
	padding: 8;
	text-decoration: none;
	background-color: #CC3300;
	display: block;
	width: 100px;
	color: #EF882C;
}
