body{
	background-color: White;
	color: #A7A9AC;
	font-family: Impact, Tahoma, serif, sans-serif, monospace;
	font-variant: small-caps;
}
body.teaser{
	background-color: #FFFFFF;
	color: #000000;
}
body.symbols{
	background-image: url(../images/symbols/symback.jpg);
	background-attachment: fixed;
	background-color: inherit;
	background-position: top;
	background-repeat: repeat;
	color: #000000;
}
body.hb1{
	background-image: url(../images/hardboiled/hb1back.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: top;
	color: #FFFFFF;
}
body.hb2{
	background-image: url(../images/hardboiled/hb2back.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: top;
	color: #FFFFFF;
}
body.hb3{
	background-image: url(../images/hardboiled/hb3back.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: top;
	color: #FFFFFF;
}
.menutitle{
	cursor:pointer;
	background-color: #FFEB99;
	color: #000000;
	width: 200px;
	padding: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	font-variant: small-caps;
	border-bottom: none;
	border-top: none;
	margin-left: -7px;
}
.submenu a{
	width: 198px;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	border: solid 1px #FFFFFF;
	background-color: #FFF8DC;
	font-variant: small-caps;
	margin-left: -6px;
	border-bottom: none;
	border-top: none;
	padding: 2px;
}
.submenu a:hover{
	border: 1px solid #000000;
	background-color: #EEE8AA;
	border-left: none;
	border-right: none;
}
h1.pageheading{
	text-align: center;
	font-size: 400%;
}
h2.pageheading{
	text-align: center;
	font-size: 300%;
}
div.baseline{
	font-size: medium;
}
div.corner{
	font-size: small;
	text-align: right;
}
.countdown{
	font-family: Tahoma, serif, sans-serif, monospace;
	font-variant: small-caps;
	color: #000000;
	font-weight: bold;
}
.bio{
	font-family: "Arial Narrow", serif, sans-serif, monospace;
	color: #777777;
	font-size: larger;
}
a.normal{
	color: #000000;
	font-variant: small-caps;
	text-decoration: none;
	border: 1px solid #ffffff;
	font-size: larger;
}
a.normal:hover{
	border: 1px solid #FFFFFF;
	background-color: #808080;
}
a.normal:visited{
	color: #000000;
	border: 1px solid #ffffff;
}