a {
	color: #483d8b;
	text-decoration: none;
}

a:hover {
	color: #6c2121;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted;
}

blockquote {
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 15px;
	text-align: center;
}

blockquote cite {
	color: #2c3b25;
	font-size: 80%;
}

body {
	color: #2c3b25;
	font: 12px/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 25px;
}

h1, h2, h3, h4, h5, h6, blockquote {
	color: #6c2121;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	text-shadow: 2px 5px 5px #808080;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

hr {
	border: 0px;
	border-top: solid 1px #b6a975;
	border-bottom: transparent;
	width: 100%;
}

li {
	margin-left: 30px;
}

ol {
	list-style: decimal;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 10px;
}

p:first-letter {
	color: #6c2121;
	font-size: 140%;
}

table {
	width: 100%;
}

td {
	padding-left: 10px;
	padding-right: 10px;
}

ul {
	list-style: disc;
}