html, body
{
	background:#FFFFFF;
	font-family:Book Antiqua, Palatino Linotype, Georgia, sans-serif;
	color: #6d8190;
    font-size: 18px;
	
	text-justify: inter-word;
    text-align: center;
	
	border:0;
	margin:0;
	padding:0;
}
html
{
	overflow-y:scroll;
}

a:link {
	color: #6d8190;
	text-decoration: underline; }
a:visited {
	color: #6d8190;} 
a:hover {
	color: #6d8190;
	background-color: #d0d0d0;
	text-decoration: none; }
a:active {
	color: #6d8190;
	background-color: #d0d0d0;
	text-decoration: none; }

#description {
    text-align: justify;
	
	padding-top: 50px;
	padding-left: 25%;
	padding-right: 24%;
}

#flip {
	margin: -20px;
	padding: 20px;
}

#flip:hover {
	background-color: #000000;
	color: #ffffff;
}

#horizon        
{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	display: block;
	
	font-size:130%;
	/*font-style:italic;*/
	/*font-family:serif;*/
}

#content    
{
	width: 400px;
	height: 100px;
	margin-left: -200px;
	position: absolute;
	top: -50px;
	left: 50%;
	visibility: visible
}
#content i
{
	margin-left: 200px;
	font-size: 65%;
}