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

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

p	{
	margin: 10px;
	padding: 10px;
	color: #003;
	font-family: "courier new", courier, monospace;
	font-weight:bold;
	}

h1 {
	margin: 10px;
	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 {
	margin: 10px;
	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;
	}

h3 {
	margin: 10px;
	padding: 20px;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: magenta;
	font-family: "courier new", courier, monospace;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	}
	
h4 {
	margin: 10px;
	padding: 10px;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: red;
	font-family: "courier new", courier, monospace;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	}
	
table { 
	margin: 10px;
	}
	
/* move text to the top of the table cell */
table#texttop td { position:relative; vertical-align:top; margin:5px; padding:5px;}
table#texttop td p { position:relative; top: 0px; margin:5px; padding:5px; } 

td {
	margin: 10px;
	color: #933;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #F00;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #900;
	}

a:hover, a:active {
	text-decoration: underline;
	}

.fearless-pic {
	padding: 10px;
	float: left;
	height: auto;
	width: auto;
	}

.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;
	}

#pb-big {
	width: 800px;
	}

.pick-box {
	width: 200px;
	}

#pb-one {
	position: absolute;
	left: 0px;
	top: 0px auto;
	}

#pb-two {
	position: absolute;
	left: 200px;
	top: 0px auto;
	}

#pb-three {
	position: absolute;
	left: 400px;
	top: 0px auto;
	}

#pb-four {
	position: absolute;
	left: 600px;
	top: 0px auto;
	}
