@charset "utf-8";

body {
	background-image: url('../img/background.png');
	text-align: center;
}

div.page {
	width: 1000px;
	height: 600px;
	margin: auto;
	margin-top: 20px;
}

a {
	border: none;
	color: white;
}

img {
	border: none;
}

h1 {
	font-family: Times New Roman; 
	font-style: italic; 
	color: white; 
	float: left;
	margin-bottom: 0px;
}

ul {
	font-family: Times New Roman; 
	text-align: justify; 
	font-size: 18px;  
	font-style: italic; 
	color: white; 
}

ol {
	font-family: Times New Roman; 
	text-align: justify; 
	font-size: 18px;  
	font-style: italic; 
	color: white;
}

p.opis {
	color: white;
	font-family: Times New Roman;
	font-style: italic;
	font-size: 18px;
	text-align: justify;
}

div.left {
	width: 500px;
	height: 600px;
	float: left;	
}

div.right {
	width: 500px;
	height: 600px;
	float: left;	
}

a:hover {
	color: yellow;

