/* CSS Document */

p {
font-family: Garamond;
font-size: 14px;
color: #000000;
line-height: 0.7cm;
padding: 3px;
}

.bold {
font-family:Garamond;
font-size:18px;
line-height: normal;
font-weight: bold;
color:#000000;
}

.navigation {
	font-family: Garamond;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}

.navigation:hover {
	font-family: Garamond;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: inherit;
	color: #663366;
	background-color: #FFFFFF;
}
