@charset "utf-8";
/* CSS Document */

.p{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	color:#000;
	text-align: right;
}

.psmall{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	color:#000;
	text-align: left;
}

.lighter{
	font-family:"Monotype Corsiva";
	font-size:30px;
	color:#666;
	text-align: center;
	line-height:normal;
	font-weight: lighter;
	}

.normal{
	font-family:"Monotype Corsiva";
	font-size:30px;
	color:#666;
	text-align: center;
	line-height: normal;
	font-weight: normal;
	}
	
.small{
	font-family:"Monotype Corsiva";
	font-size:24px;
	color:#666;
	text-align: center;
	line-height: normal;
	font-weight:normal;
	padding: 6px;
	}
	
.underline{
	font-family:"Monotype Corsiva";
	font-size:24px;
	color:#666;
	text-align: center;
	line-height: normal;
	font-weight: normal;
	}	
	
.bold{
	font-family:"Monotype Corsiva";
	font-size:30px;
	color:#666;
	text-align: center;
	line-height: normal;
	font-weight: bold;
	}

.navigation{
	font-family:"Monotype Corsiva";
	font-size:22px;
	color:#FFF;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #C6A08E;
	display: block;
	padding: 8px;
	text-align:center;
	border-width: 3px;
	outline-style: inset;
}

.navigation:hover{
	font-family:"Monotype Corsiva";
	font-size:22px;
	color:#FFF;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #BE947E;
	display: block;
	padding: 8px;
	text-align:center;
	border-width: 5px;
}
.Darker {
	color: #494949;
}
