﻿body {
	margin:0 auto;
	width:700px;
	border-radius:7px;
	background-color:#c0c0c0;
	bgr-images:promoce-2016_3f.jpg;
	background-image: url("promoce-2016_3f.jpg"); 
	background-repeat: repeat-y;
}
:root {
	background-color:black;
}
h1 {
	text-align:center;
	font-family:'Segoe UI Light';
	color:red;
	padding:0;
	margin:0;
}
h4 {	
	text-align:center;
	font-family:'Segoe UI Light';
	color:#2487ff;
	border:none; 
	line-height:normal; 
	padding:0;
	margin:0;
}
table {
	margin:0 auto;
	width: 700px;
}
td { 
	text-align:center;
	 
}
img {
	-webkit-transition: border-radius ease-out 0.5s;
}
img:hover {
	border-top-left-radius:30px;
	border-bottom-right-radius:30px;
}
p {
	margin:10px;
}