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

body 
	{
		
	}
p	{
	margin: 10px;
	padding: 10px;
	color: #003;
	font-family: "Courier New", Courier, monospace;
	font-weight:bold;
	text-align: center;
	}
h1 {
	text-align:center;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: magenta /* #00C */;
	font-family: "courier new", courier, monospace;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	}
h2 {
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #00C;
	font-family: "courier new", courier, monospace;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	}
h3 {
	text-align:center;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: magenta;
	font-family: "courier new", courier, monospace;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	}
table{
	margin: 10px;
	}
/* float text to the top of a table */
table#choices td { position:relative;vertical-align:top; }
/* next is optional, may fix display in IE */
table#choices td p { position:relative;top:0px; }
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color:  #00f;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #00c;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #06f;
	}
.fearless-pic {
	padding: 10px;
	float: left;
	height: auto;
	width: auto;
}
.top-five {
	padding: 10px;
	float: right;
	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: #D1DBE5;
}
.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;
}
