﻿body
{
	background-color: #000;
	color: #0055dd;
}

.logo
{
	font-size: 26px;
	font-family: helvetica, Trebuchet MS;
	float: left;
	clear: both;
	color: #0055dd;
	letter-spacing:2.5px;
}

.links
{
	font-size: 14px;
	font-family: Fixedsys, Georgia;
/*
	float: left;
	clear: both;
*/	
	margin-top: 5px;
}

.links a
{
	text-decoration: none;
	color: #0055dd;
}


.links a:hover
{
	text-decoration: none;
	color: #fff;
}

.links a:visited
{
	text-decoration: none;
	color: #0ff;
}

.links em
{
	background: url(hover.png) no-repeat;
	width: 180px;
	height: 55px;
	position: absolute;
	/*
	top: -65px;
	left: -15px;
*/	
	text-align: center;
	padding: 5px 10px 15px;
	font-style: normal;
	font-size: 11px;
	z-index: 2;
	display: none;
	color: #666;
}
