html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
};

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	margin:0;
	padding:0;	
	background-image: url(image/centre_culturel_heydar-aliyev_bakou2.jpg);
    background-size: cover;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
h1 {
	color: #3F62F2;
	text-align: center;
    font-size: 85px;
    font-family: "baskerville";
    font-weight: bold;
	padding-top: -20px;
	margin: auto; 
}

h2 {
	color: #3F62F2;
	text-align: center;
    font-size: 44px;
    font-family: "baskerville";
    font-weight: bold;
	padding-top: 50px;
	margin: auto; 
}

div {
	text-align: center;
    font-size: 30px;
    font-family: "baskerville";
	padding-top: 20px;
	padding-bottom: 20px;
	margin:auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
    color: #000000;
    text-align: center;
    font-size: 30px;
    font-family: "baskerville";
	margin-left: 50px;
	margin-right: 50px
}

a {
	font-style: italic;
	font-size: 30px;
	color: black;
	text-decoration: none;
}

a.button {
	margin-left: auto;
	margin-right:auto;
	width:150px;
	display:inline-block;
	cursor:pointer;
	color: #3F62F2;
	font-family: "baskerville";
	font-style: italic;
	font-size:24px;
	padding:16px 45px;
	text-decoration:none;
	text-shadow:0px 0px 0px #3f63f2;
};

a.button:hover {
	background-color:transparent;
}

a.button:active {
	position:relative;
	top:2px;
}

.blue {
	color:#3F62F2;
	font-size: 22px;
}
.italic {
	font-style: italic;
	font-size: 23px;
}

img {
	width:130px;
	height:32px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}