
/* CSS Document */

#hpTitle {
	font-size: 48px;
	font-family: Georgia;
	font-style: italic;
	color: #5b5141;
}

#hpTitle a {
	font-size: 48px;
	color: #5b5141;
	font-family: Georgia;
	font-style: italic;
	text-decoration: none;
}

#hpTitle a:hover {
	color: #b38a77; 
	text-decoration:none;
	font-family: Georgia;
	font-style: italic;
}

.UnderTitle {
	font-family: Georgia;
	font-size: 18px;
	color: #5b5141;
}


.blockborder {
	border-top:1px; border-top-color:5a291b; border-top-style:solid;
	border-bottom:1px; border-bottom-color:5a291b; border-bottom-style:solid;
}

