@charset "utf-8";
/* CSS Document */

body 
	{
	margin:0;
	padding:0;
	background-image: none /*url(16spot-gray1.gif)*/;
	width: 800px;
	}

p	{
	margin: 10px;
	padding: 5px;
	color: #000;
	font-family: "Courier New", Courier, monospace; 
	}

.quote	{
	margin: 10px;
	padding: 10px;
	color: #FF6;
	font-family: "Courier New", Courier, monospace;
	}

h1 {
	margin: 10px;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #00C;
	font-family: "courier new", monospace;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	}
h2 {
	margin: 10px;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #00C;
	font-family: "courier new", monospace;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	}
h3 {
	margin: 10px;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: magenta;
	font-family: "courier new", monospace;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #69f;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color:  #69c;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
.top-line-choices li {
	display: inline;
	padding-right: 5px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: oblique;
	font-weight: bold;
	color: #0F3;
	font-size: small;
}
.top-line-choices li.empty {
	padding-left: 5px;
	}
