body {
	background-color: #FFD40C;
	margin: 0px;
	color: #000000;
	height: 100%;
	}
	
a:link { 
	text-decoration: underline; 
	color: #688DF7;
	}
a:visited { 
	text-decoration: underline; 
	color: #688DF7;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #000000;
	}
	
h2 {
	margin: 0px;
	font: italic bold 13pt verdana;
	}
	
p {
	font: 8pt verdana;
	margin: 0px;
	text-align: justify;
	}
	
td {
	font: 8pt verdana;
	}
	
#Listings {
	width : 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	}
td.ListingsCellA {
	font: 10pt verdana;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	}
td.ListingsCellB {
	font: 8pt verdana;
	background-color :  #FFFFFF;
	text-align:left;
	padding:5px;
	}
 
#CatListings {
	width : 100%;
	border: 1px solid;
	padding:7px;
	}
#CatListingLocation {
	background-color: #F2F2F2;
	font-size: 12px;
	}
#CatListingTitle {
	background-color: #F8F8F8;
	font-size: 12px;
	}
td.CatListingSites {
	font-size: 12px;
	}
