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

body 
	{margin: 0;
	padding: 0;
	width: 800px;
	}
p	{
	font-size: 1.2em;
	margin: 0 0 1.4em;
	padding: 0 24px;
	clear: both;
	margin: 10px;
	padding: 5px;
	color: #0033CC;
	font-family: "courier new", courier, monospace;
	}
li	{
	padding: 5px;
	}
h1 {
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #00C;
	font-family: "courier new", courier, monospace;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	}
h2 {
	letter-spacing: 1px;
	margin: 20px;
	margin-bottom: 0;
	color: #C00;
	font-family: "courier new", courier, monospace;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	}
h3 {
	letter-spacing: 1px;
	margin: 20px;
	margin-bottom: 0;
	color: #C00;
	font-family: "courier new", courier, monospace;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	}
table {margin: 10px;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #063;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D7D;
	}
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: large; */
	}
.top-line-choices li.empty {
	padding-left: 5px;
	}
