p {
 
   font-family: Verdana;
   
   font-size: 13px;
 
   color: white;
   
   }

H1 {

	font-family: Verdana;
	
	font-size: 15px;
	
	color: white;

	}
	
H2	{

	font-family: Verdana;
	
	font-size: 14px;
	
	color: #C21603;
	
	}

a:link		{

			color: white;

			}

a:visited	{

			color: #C21603;

			}
			
a:hover		{

			color: #FF6600;

			}
			
a:active	{

			color: #FF6600;

			} 


a
{
	text-decoration: none;
}



.hoverbox a .preview
{
	display: none;
		
	}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	
	}
	
.hoverbox img
{
	background: #000000;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #000000;
	float: left;
	margin: 2px;
	border-color: #C21603;
	padding: 8px;
	position: relative;
}

.hoverbox .preview
{
	
	width: 220px;
	height: 165px;
}



.hoverbox a
{
	position: relative;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox a:hover .preview
{
	top: -38px;
	left: -50px;
}

.hoverbox li
{
	position: static;
}				