body {
    -webkit-text-size-adjust:200%;
}

body {
    margin: 5pt 5pt 5pt 5pt;
    background-position: 0pt 0pt;
	padding-top: 0px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	color: black;
        font-family: Georgia, serif;
}

.between {
  height: 0px;
}

.bl {
  -webkit-border-bottom-left-radius: 20pt;
  width: 0px;
  background-color: white;
  background-image: none;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.br {
  -webkit-border-bottom-right-radius: 20pt;
  width: 0px;
  background-color: white;
  background-image: none;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.tl {
  -webkit-border-top-left-radius: 20pt;
  height: 23px;
  width: 23px;
  border-color: white;
  background-color: white;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top left;
}

.tr {
  -webkit-border-top-right-radius: 20pt;
  height: 23px;
  width: 23px;
  background-color: white;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top right;
}

