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

body 
	{
	margin:0;
	padding:0;
	background-color: #9FF;
	width: 800px;
	color: #FC3;
	}

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

li	{
	color: #933;
	padding: 2px;
	margin: 2px;
	}

.quote	{
	margin: 10px;
	padding: 10px;
	color: red;
	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 {
	margin: 10px;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #00C;
	font-family: "courier new", monospace;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	}
h3 {
	margin: 10px;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: magenta;
	font-family: "courier new", monospace;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #69f;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #63F;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #98B;
	}
#big-pic {height: 4750px;
	width: 800px;
	}
td {
	color: #933
}
.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;
}
