

@font-face {
    font-family: 'RTObligat-Regular';
    src: url('RTObligat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	 background-color: #fff;
    zoom: 0.9; 
     width: 100%;
    margin: 0px;
    padding: 0px;
   
}


p { text-align: center }
a {
	color: black;
	text-decoration: none;
	/* no underline */
}

a:visited {
	color: grey;
}

a:hover {
	color: darkblue;
}


.sticker0 {
  position: absolute;
  top: 100px;
 left: 200px;
}


.sticker1 {
  position: absolute;
  top: 50px;
 left: 1000px;
}

.sticker2 {
  position: absolute;
  top: 100px;
 left: 300px;
}

.sticker3 {
  position: absolute;
  top: 40px;
 left: 700px;
}

