body {
	background-color: #999999
}

p {
	font-family: "Goudy", "Arial", Sans-Serif; 
	font-size: 14px; 
	font-weight: normal; 

	text-align: center; 
	color: #fff; 
	background: transparent; 
	
	margin-bottom: 0px; 
	padding: 0px;
}

p.right {
	font-family: "Goudy", "Arial", Sans-Serif; 
	font-size: 14px; 
	font-weight: normal; 

	text-align: right; 
	color: #fff; 
	background: transparent; 
	
	margin-bottom: 0px; 
	padding: 0px;
}

p.left {
	font-family: "Goudy", "Arial", Sans-Serif; 
	font-size: 14px; 
	font-weight: normal; 

	text-align: left; 
	color: #fff; 
	background: transparent; 
	
	margin-bottom: 0px; 
	padding: 0px;
}

br {
	font-family: "Goudy", "Arial", Sans-Serif; 
	font-size: 14px; 
	font-weight: normal; 

	text-align: center; 
	color: #fff; 
	background: transparent; 
	
	margin-bottom: 0px; 
	padding: 0px;
}

span.previous {
	font-family: "Goudy", "Arial", Sans-Serif; 
	font-size: 14px; 
	font-weight: normal; 

	text-align: left; 
	color: #fff; 
	background: transparent; 
	
	margin-right: 10px;
}

span.next {
	font-family: "Goudy", "Arial", Sans-Serif; 
	font-size: 14px; 
	font-weight: normal; 

	text-align: right; 
	color: #fff; 
	background: transparent; 

	margin-left: 10px;
}

h2 {
	font-family: "Goudy", "Arial", Sans-Serif; 
	text-align: left; 
	color: #fff; 
	font-size: 20px;
}

a:link {
	font-weight: normal; 
	text-decoration: none; 
	background: transparent; 
	color: #A4562D; 
	border-bottom: 1px solid #A4562D;
}

a:visited {
	font-weight: normal; 
	text-decoration: none; 
	background: transparent; 
	color: #A4562D; 
	border-bottom: 1px solid #A4562D;
}

a:hover, a:active {
	text-decoration: none; 
	background: transparent; 
	color: #D0A8A7; 
	border-bottom: 1px solid #D0A8A7;
}

br.cl {
	clear: both;
	font-size: 1px;
}

p.nav {
		margin-left: 3px;
		margin-right: 3px;
		font-size: 11px;
		font-weight: normal;
		font-style: bold;
	
		color: #fff;

		text-align: center;


		padding-left: 3px;
		padding-right: 3px;

	}