body {
	
	background-color: #c5ffc5;
	background-image: url('/images/fon.png');
	background-repeat: repeat;
}


span {
	border: 3px solid #1E90FF;
	padding: 3px;
	margin-top:50px;
	margin-bottom: 10px;}

p {
	font-size: 150%;
	text-align: justify}


@media (orientation: portrait), (max-width: 600px) {
body {	font-size: 300%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	}
}


img {
	
	float:left;
}

nav {display: block;
position: fixed;
background-color: #c5ffc5;
}
