/* CSS Document */

p{
font-family:"Palatino Linotype";
font-size:12px;
color: #000000;
line-height: 36px;
padding: 3px;
}
.bold {
	font-family: "Palatino Linotype";
	font-size: 18px;
	line-height: normal;
	font-weight: normal;
	color: #0000CE;
}
.big {
	font-family: Papyrus;
	font-size: 96px;
	font-style: normal;
	line-height: normal;
}
.medium {
	font-family: "Palatino Linotype";
	font-size: 48px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

.navigation {
	font-family: Papyrus;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFBE00;
	display: inline;
	padding: 5px;
	width: auto;
}

.navigation:hover {
	font-family: Papyrus;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #FF0000;
	display: inline;
	padding: 5px;
	width: auto;
	line-height: normal;
}
