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

body 
	{
	margin:0;
	padding:0;
	background-color: #93C;
	width: 800px;
	color: #f63;
	}

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

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

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-bottom: 0;
	color: yellow;
	font-family: "courier new", monospace;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	}
	
table { 
	margin: 10px;
	}
	
/* move text to the top of the table cell */
table#texttop td { position:relative;vertical-align:top; }
table#texttop td p { position:relative;top:0px; } 

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: yellow;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: magenta;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
#big-pic {height: 4750px;
	width: 800px;
}
.fearless-pic {
	padding: 10px;
	float: left;
	height: auto;
	width: auto;
}
.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;
	}
#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;
}
