/* CSS Document */

p {
font-family: Garamond;
font-size: 14px;
color: #000000;
line-height: auto;
padding: 3px;
}

.bold {
font-family:Garamond;
font-size:18px;
line-height: normal;
font-weight: bold;
color:#000000;
}

.navigation {
	font-family: Garamond;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: inherit;
	color: #000000;
	background-color: #E4EDF2;
	padding: 8px;
}

.navigation:hover {
	font-family: Garamond;
	font-size: 20px;
	font-style: italic;
	line-height: normal;
	font-weight: inherit;
	color: #663366;
	padding: 8px;
	background-color: #ADADBF;
}
