/* CSS Document */

p {
	font-family: Roomy;
	font-size:18px;
	color:#000000;
	padding: inherent;
	visibility: visible;
}

.navigation {
	font-family: Roomy;
	font-size:18px;
	color:#330000;
	text-decoration: none;
	font-weight: normal;
	line-height: 22px;
	border: 4px outset #FEF7DE
}

.navigation:hover {
	font-family: Roomy;
	font-size:18px;
	padding: 0px;
	font-weight: bolder;
	font-style: oblique;
	text-decoration: inherit;
	color: #990000;
	border: inset 4px #FEF7DE;
}

