body 
{ 
	margin: 10px;
	background: #006666; 
	color: #990000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px;
	/* background-image: url('images/background.gif'); */
} 

h1
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	color: #FFFFCC;
}

h2
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	color: #FFFFCC;
}

h3
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #FFFFCC;
}



a:link 
{ 
	color: #FFCC99;
	text-decoration: none; 
} 

a:visited 
{ 
	color: #FFCC99; 
	text-decoration: none; 
} 

a:hover 
{ 
	color: #FFCC99;
	text-decoration: underline; 
} 

a:active 
{ 
	text-decoration: underline; 
}

div.contents
{
	width: 784px;
	background: #FF6633;
	margin: 10px;
	padding: 10px;
	
}
div.blankbottom
{
	width: 784px;
	height: 400px;
	background: #FF6633;
}
td.specialblock{
	background-color: #BF4C00;
	/* color: #FF7C7C; */
}