/* stylesheet for Stolen Souls web site */

:link { color: rgb(255, 255, 255) }
:visited { color: rgb(204, 204, 204) }
a:active { color: rgb(255, 255, 255) }
a:hover { color: rgb(153, 153, 153) }

body {
	background-color: #000000;
	margin-top: 0;
	margin-left: 0;
}

ul {
	font-size: 10pt;
	font-family: "Georgia", "Times New Roman", "Times", serif;
}

h1 {
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-size: 12pt;
	color: #8E0B10;
}

h2,h3,h4,h5 {
	font-family: "Georgia", "Times New Roman", "Times", serif;
}

p { 

	color: #FFFFFF
	font-size: 11pt;
	font-family: "Georgia", "Times New Roman", "Times", serif;
}

table {  
	background-repeat: no-repeat
}

td {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 11pt; 
	color: #FFFFFF;
}

.histdates {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}

.footertext {
	font-size: 8pt;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	text-align: center;
	color: #666666;
	padding-top: 15px;
}