﻿body
{
	background-position: left top;
	background-color: #000000;
	font-size: x-large;
	font-family: Verdana;
	color: #FFFFFF;
	text-align: center;
}

#video8ball
{
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}
#sitefooter
{
	padding: 3px;
	color: #FFFF00;
	font-size: 10pt;
	background-color: #000000;
	position: absolute;
	bottom: 20px;
	width: 95%;
	height: 20px;
	text-align: center;
}
.8ballLogoStyle
{
	position: absolute;
	z-index: 99;
	top: 0px;
	left: 0px;
	display: block;
	float: right;
}

.Header
{
	font-size: 22pt;
}

.Question
{
	color: #FF0000;
	font-size: 16pt;
}

.QuestionText
{
	border: 2px dotted #008000;
	padding: 3px;
	color: #008000;
	font-size: 14pt;
	background-color: #000000;
}

.watermarked
{
   border: 2px dotted #008000;
	padding: 3px;
	color: #008000;
	font-size: 14pt;
	background-color: #000000;
}

.Response
{
	font-size: 14pt;
	color: #006666;
}

.amazonLink
{
	color: #FF6600;
	text-decoration: none;
	}
	
.amazonLink:hover
{
	color: #FF6600;
	text-decoration: underline;
	}

