@import url("prototip.css");

body {
	background: #fff;
	color: silver;
	font-family: Helvetica;
	font-weight: bold;
	overflow: hidden;
}

#linie {
	width: 101%;
	position: fixed;
	top: 0;
	left: 0;
	border-top: 1px solid lime;
}

h1 {
	font-size: 7em;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 0;
	margin-top: 0;
	width: 500px;
}

h2 {
	font-size: 3em;
	overflow: hidden;
	white-space: nowrap;
	margin-left: 10px;
	color: #5589ee;
	margin-bottom: 0;
	margin-top: -2.6em;
	opacity: 0.79;
}

.text {width: 500px;
		position: relative;
	background-repeat: repeat-x;
	margin-top: -10px;
}

p {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: right;
	color: silver;
}

a { color: #5589ee;
	padding-right: 2px;
	padding-left: 2px;
}

ul li {
	display: inline;
	float: left;
}

li>a {
	width: 10em;
	display: block;
}
a:hover { color: white;
	background-color: #5589ee;
}
