@charset "utf-8";

a:link, a:visited 
	{
	color: #2870ff;
	text-decoration: none
	}

a:hover 
	{
	color: #000000;
	text-decoration: none
	}

#horizon        
	{
	color: white;
	background-color: #2870ff;
	text-align: center;
	position: absolute;
	top: 40%;
	left: 0px;
	width: 100%;
	height: 70px;
	overflow: visible;
	visibility: visible;
	display: block;
	}

body
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:19px;
}

.fontish{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
color:#000000;
}