body {
	margin-top: 1em;
	text-align: center;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	color: #FF0066;
	background-color: #600000 }
h1,  {
	font-family: Georgia, Times New Roman, Times, serif; 
	}
#wide	{
	letter-spacing: 1.5em
	}
h2  {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: medium;
	}
	
h3  {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: large;
}
	
h4  {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: medium;
}

p.intro   {
		font-family: Calisto MT;
		font-size: medium;
		font-weight: bold;
		color: yellow;
	}
	
table {
	text-align: center;
	background-color: #CCCCFF;
	}	
	
.header   {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#content {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}	

.links  {	
  margin-left: auto;
  margin-right: auto;
}
.listings  {
  padding: 5;
  margin: 0;
  border-collapse: collapse;
  border: 2px dotted blue;
  margin-left: auto;
  margin-right: auto;
}

.listings th, .listings td  {
  border: 1px solid #666;
  padding: 0.4em;
  color: #632a39;
}

.listings #content  {
	 width: 100%;
	 margin-left: auto ;
	 margin-right: auto ;
}

.listings td  {
	text-align: center;
	font-size: medium;
	background-color: #EEFFFF;
	padding: 10px;
}

.listings th   {
	text-align: center;
	background-color: #000099;
	color: #FFFFFF; 
}

.listings tr:hover th[scope=row], .listings tr:hover td  {
  background-color: #FFFF99;
  color: black;
}

.listings  hr  {
	width: 70px;
}
.header  {
background-color: #FED700;	
}

a:hover { 
background-color: #FFCC99;
	}
	
a:link {color: blue;
	text-decoration: none }
a:visited {color: purple;
	text-decoration: none }

