body {
	padding:0px;
	margin:0px;
	font-size : 16px;
	font-family: times, serif;
	color:#000000;
	background-image:url(new-2027-fond.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#281c40;
	background-size: 100% 100%;
	
}

td {
	font-size : 14px;
	font-family: times, serif;
	color:#000000;
	}

a {
	color: #c8772c;
	text-decoration: none;
	}
	
a:hover {
	color: #5e607a;
	
	}

b { font-style:oblique;
	font-size : 18px;
	color: #281c40;
	
	}

.txt {
	text-align: center;
	margin:5% 20%;
	padding:20px;
    background-color: #ffffff;
	background-color: rgba(255,255,255,0.9);
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	box-shadow: 1px 1px 12px #555;

}