/* EARL STEVENSON CSS */

body {
	font-family: Georgia, Arial, sans-serif;
	padding-top: 12px;
	background: #181703;
	color: #EDDFAE;
	text-align: center;
	}

/* HEADINGS */

h1 {
	font-weight: normal;
	color: #EDDFAE;
	letter-spacing: -1px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
	
h2 {
	text-align: center;
	font-weight: normal; 
	letter-spacing: -1px;	
	color: #514D2F;
	margin: 0 0 12px 0;
	}
	
.title {
	font-style: normal;
	}
	
/* LINKS */	
	
a, a:visited {
	color: #EDDFAE;
	text-decoration: underline;
	}
	
a:hover {
	color: #d4c79c;
	}
	
a.footer, a:visited.footer {
	color: #514D2F;
	text-decoration: underline;
	}
	
a:hover.footer {
	color: #d4c79c;
	background: #181703;
	}
	
/* PARAGRAPH STYLES */	
	
p.paypal {
	font-family: Verdana, sans-serif, "Lucida Grande";
	font-style: normal;
	color: #181703;
	}
	
p.footer {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #514D2F;
	}
	
.highlight {
	background: #fff666;
	}
	
.pay {
	font-family: Verdana, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #1a3665;
	}
	
.pal {
	font-family: Verdana, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #32689a;
	}	
	
.fine {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	}
	
p {
	font-style: normal;
	font-size: 16px;
	}
	
p.player {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #514D2F;
	}
	
p.note {
	width: 800px;
	padding: 12px;
	margin-left: auto;
	margin-right: auto;
	background: #514D2F;
	font-size: 20px;
	line-height: 25px;
	}
	
/* IMAGES */	
	
img.main {
	border: #514D2F solid 12px;
	}
	
/* TABLE */

table.display {
	background-color: #fff;
	border: #514D2F solid 12px;
	}
