html {
	max-width: 800px;
}

p {
	font-family: calibri, sans-serif;
	color: #272727
}

ul {
	font-family: calibri, sans-serif;
	color: #272727
}


h1 {
	font-family: 'Calibri Light', sans-serif;	
	color: #4472C4;
}

h2 {
	font-family: 'Calibri Light', sans-serif;	
	color: #4472C4;
}

table {
	font-family: calibri, sans-serif;
}

.div-main {
   /*word-wrap: break-word;*/
   max-width: 800px;
}

.ul-lev-1 {
	color: #4472C4;
}

.mark-blue {
	background-color: #DAE3F3;
	font-size: 125%;
	}

body {
  background-image: url('background.jpg');
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: top right;
}