

body 
{
	text-align: center;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:13px;
        font-weight: normal;
	position:relative;
	margin: 70px;		/* shift whole page down by 25 pixels */
	background-color: #5f9ea0;
}


img
{
        border: 1px thin red; /*the border*/
} 

table
{
        border: 1px thin red; /*the border*/
        height: 1px;
        color: gray;	
} 

td tr html text
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:13px;
	color: #898989;
	margin:0 0 0 0;
        style: none;
	text-align: center;
	position:relative;
}

p
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #898989;
	font-size:13px;
	position:relative;
}

h2
{
	text-align: center;
	margin:20 20 20 20;
	font-family: courier, courier-new;
	font-weight: bold;
	font-size: 24px;
	position: relative;
	top:0px;
	letter-spacing: 4px;
	color: #fdf5e6;
}


a:hover {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

