body {
	font: 62% Verdana, Arial, sans-serif;
	background:#fff;
	color:#000;
}

a {
	text-decoration:none;
}


.info a, .info a:link {
	text-decoration:underline;
	color:#000;
}

a:focus {
	/*text-decoration:none;
	color:#fff;*/
}
a:hover,a.selected {
	text-decoration:none !important;
}
/*
a:active {
	text-decoration:none;
	color:#fff;
}
*/

h1
{
	text-align:right;
	font-weight:bold;
	height:14px;
	position:absolute;
	right:0px;
	padding-right:3px;
	top:14px;
}
h2
{
	font-size:1.1em;
	margin-bottom:14px;
}
	h2 span
	{
		background:red;
		color:#fff;
		font-weight:bold;
	}
		h2 span a
		{
			color:#fff;
		}
h3
{
	background:red;
	display:inline;
	color:#fff;
	font-size:1.7em;
	line-height:1em;
	font-weight:bold;
	font-family:Arial;
	text-transform:uppercase;
}

h3 a { color:#fff }