body {
	background-color:black;
	background-image:url('ivorysatin.jpg');
	/* black, red or ivory */
}

table.content {
	background-color: black;
	border: 1px solid #cc0000;
	color: white;
	font-size:small;
	font-family: Georgia;
	line-height: 130%;
	letter-spacing:150%;
}

img {border: 1px solid #cc0000;}

a:link,a:visited {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;	
}

a:hover {color: white;}

.banner {margin: 10px 0 10px 0;}

.listing {
	border-top: 1px dotted #666;
	margin-top: 10px;
	padding-top:10px;
}

.footer {
	border-top: 1px dotted #666;
	margin-top: 10px;
	padding-top:20px;

}

h1 {font-size:x-large;}
h2 {font-size:large; margin-top:40px;}

.navbar {
	
	border-bottom: 1px dotted #666;
	padding: 5px;
	margin: 10px 0 15px 0;
}