* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

article, aside, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

a {
  color: #0065bd;
  font-weight: bold;
  outline: none;
  text-decoration: none;
}

a:link, a:visited, a:active   {
	color: #0065bd;
}

a:hover {
	color: #0065bd;
	text-decoration: underline;
}

article {
  clear: both;
  counter-reset: figures;
}

article img {
  margin: 0 auto;
}

b, strong {
  font-weight: bold;
}

body {
  background-color: #ffffff;
  color: #000000;
  font-family: TechnikaBook, Calibri, Arial, sans-serif;
  font-size: 100%;
  margin: 0;
}

i, em {
  font-style: italic;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}

figure {
  counter-increment: figures;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: 0;
  margin-right: 0;
}

figure img {
  margin: 0 auto;
}

figure figcaption {
  margin-top: 0.5em;
  text-align: center;
}

h1 {
  clear: both;
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 0.5em;
  text-align: left;
}

h2 {
  clear: both;
  font-size: 1.5em;
  margin-top: 1em;
  margin-bottom: 0.5em;
  text-align: left;
}

nav {
  clear: both;
  font-size: 1.1em;
}

p {
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.5em;
  text-align: justify;
}

q {
  font-style: italic;
}

ul, ol {
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.5em;
  text-align: justify;
}

ol {
  list-style-type: decimal;
}

ol ol{
  list-style-type: lower-alpha;
  margin-top: 0.5em;
}

ul {
  list-style-type: disc;
}

li {
  margin-bottom: 0.5em;
}

li:last-child {
  margin-bottom: 0;
}