body {
	color:#999;
	font-size:16px;
	line-height:23px;
	font-weight:300;
	font-family: HelveticaNeue,"Helvetica Neue","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	background: #000;
	margin:10px;
	padding:0px;
}
h1 {
	color: red;
	padding: 0 20px 0 20px;
	text-shadow: #700 0px 1px 0px;
	font-size:3em;
	font-weight:100;
	line-height:1em;
}
h3 {
	color:white;
	padding:0 20px 0 20px;
}
p {
	padding:0 20px 0 20px;
}
p a {
	color:red;
	font-weight:bold;
}
p.notice {
	color:#666;
	font-size:.8em;
}
p.white {
	color:white;
}
p.stopka {
	color:#666;
	font-size:.8em;
	padding-top:10px;
}
img {
	margin: 5px 15px 8px 0;
	border: 0;
}
hr {
	border:0;
	height: 1px;
	color: #333;
	background: #333;
	margin:20px 0 20px 0;	
}
object:focus {
outline: none;
} 

@media only screen and (max-device-width: 480px) {
	body {
		font-size:1em;
		line-height:1.15em;
	}
	h1 {
		font-size:1.1em;
		line-height:1.2em;
	}
}
