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

body 
	{margin:0;
	padding:0;
	position: relative;
	background: url(16spot-gray1.gif) repeat;
	width: 810px;
	}

p	{
	margin: 10px;
	color: #003;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	}

h1 {
	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 {
	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 {
	letter-spacing: 1px;
	margin: 10px;
	margin-bottom: 0;
	color: magenta;
	font-family: "courier new", monospace;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	}
table {
	margin: 10px;
	}
td	{font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#600;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0C3;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0f3;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #0d3;
	}

.top-line-choices li {
	display: inline;
	padding-right: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: oblique;
	font-weight: bold;
	color: #0F3;
}
.top-line-choices li.empty {
	padding-left: 10px;
	}

