html, body 
{ 
	margin: 0px; 
	padding: 0px; 
} 

.titlebar 
{
	height: 24px;
	background-repeat: repeat-x;
	background-image: url(images/titlebar_bg.png);
	position: relative;
	top: 31px;
}

.titlebar a,
.titlebar a:link,
.titlebar a:visited
{
	text-decoration: none;
	font-size: 8pt;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: white;	
}

.titlebar a:hover
{
	color: #ffa12b;
}

.titlebar .link
{
	top: 2px;
	left: 30px;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}

.tagline
{
	color: black;
	font-size: 48pt;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bolder;
}

.subtagline
{
	color: #8e8980;
	font-size: 20pt;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding-bottom: 60px;
}

.content
{
	position: absolute;
	top: 100px;
	width: 100%;
}

.spiel
{
	font-size: 8pt;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

/* For some reason, scrollbars are not shown if (position: relative) items are out of view.
   The following two elements are hidden, but they have (position: absolute) with top and right
   points where I want scrollbars to appear if the browser height and width is below these values */
.vertical_spacer
{
	position: absolute;
	top: 715px;
	visibility: hidden;
}

.horizontal_spacer
{
	position: absolute;
	left: 875px;
	visibility: hidden;
}

img
{
	border: 0px;
}

a,
a:link,
a:visited
{
	text-decoration: none;
	font-size: 8pt;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: blue;	
}

a:hover
{
	color: #ffa12b;
}

.minor_point
{
	color: gray;
}

h1 
{
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #2330fc;
	display: inline;
}

p, form 
{
	font-size: 13px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.instructions
{
	position: relative;
	top: 120px;
	left: 10%;
	width: 80%;
}