/* CSS reset */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

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

td, th, caption {
	font-weight: normal;
	text-align: left;
}

img, fieldset {
	border: 0;
}

ol {
	padding-left: 1.4em;
	list-style: decimal;
}

ul {
	padding-left: 1.4em;
	list-style: square;
}

q:before, q:after {
	content:'';
}

/* end CSS reset */
@font-face {
	font-family: PoiretOne-Regular;
	src: url("../fonts/PoiretOne-Regular.ttf");
}

@font-face {
	font-family: Roboto-Regular;
	src: url("../fonts/Roboto-Regular.ttf");
}

body {
	background-image: url(../images/lavars.png);
	width: 1024px;
	height: 768px;
	background-repeat: repeat;
	background-color: #151f42;
}

h1 {
	font-family: PoiretOne-Regular;
	font-size: 40px;
	line-height: 44px;
	margin-bottom: 8px;
	font-weight: bold;
	color: #1a3aa2;
}

p {
	margin-bottom: 4px;
}

.textbody {
	/* font-family: Tahoma, Helvetica, Arial, sans-serif; */
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
	left: 140px;
	top: 80px;
	width: 600px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f2f5fd;
	color: #040c24;
}


li {
	padding-bottom: 10px;
}

a {
	color: blue;
}
