img { border: 0px;}
table { border-collapse: collapse; }  body, thead, tbody, tfoot, th, p, input, textarea, form, blockquote
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	color: #424242;
	font-size: 12px;
} body
{
	background: #efefef;
	margin: 20px;
} input, textarea
{
	border: 1px solid white;
	background: #ffffff;
	color: #000000;
	padding: 2px;
} a,span
{
	color: #f81010;
	text-decoration: none;
} a:hover
{
	color: #424242;
	text-decoration: none;
} span:hover
{
	color: #424242;
	text-decoration: none;
}

hr
{
	width: 660px;
	border: 1px solid white;
} h1
{
	font-size: 12px;
	font-weight: bold;
	color: #424242;
} h2
{
	font-size: 10px;
	font-weight: normal;
	color: #E6FF9B;
} 
#opacity img
{
	opacity: 0.8;
	filter: alpha(opacity=80);
}  #opacity:hover img
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}  blockquote
{
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px;
	width: 650px;
}
