@charset "UTF-8";
/* CSS Document */



body {
	background-color: #f0ece8;
}
@font-face {
font-family: 'goudy';
src: url('font/GoudyOldStyle.eot');
src: local('☺'),
url('font/GoudyOldStyle.ttf') format('truetype');
}
@font-face {
font-family: 'GoudyOldItalic';
src: url('font/GoudyOldItalic.eot');
src: local('☺'),
url('font/GoudyOldItalic.ttf') format('truetype');
}
@font-face {
font-family: 'GoudyOldBold';
src: url('font/GoudyOldBold.eot');
src: local('☺'),
url('font/GoudyOldBold.ttf') format('truetype');
}
h1 {
	font-family: "goudy", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #b7a58f;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #b7a58f;
	font-weight: normal;
	font-size: 15px;
	margin-bottom: 10px;
	padding-bottom: 3px;
}
h2 {
	font-family: "goudy", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #6e3816;
	font-weight: normal;
}
h3 {
	font-family: "goudy", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #b15b28;
	font-weight: normal;
	padding-top: 2px;
}
p {
	font-family: "goudy", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #404040;
	line-height: 18px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
	font-size: 14px;
}
.boldItalic {
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}
a:link , a:visited, a:active{
	font-family: "goudy", Georgia, "Times New Roman", Times, serif;
	color: #d9a23d;
	text-decoration: underline;
}
a:hover {
	font-family: "goudy", Georgia, "Times New Roman", Times, serif;
	color: #b15b28;
	text-decoration: none;
}
li {
	font-family: "goudy", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #404040;
	line-height: 18px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e4dd;
}
li a, li a:active, li a:visited {
	font-family: "goudy", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #404040;
	line-height: 18px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e4dd;
	text-decoration: none;
}
li a:hover {
	font-family: "goudy", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #b15b28;
	line-height: 18px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e4dd;
}
#LyricBox {
	width: 330px;
	border: 2px solid #b7a48f;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
}
</style>
