body {
	background-color: #D5DEEE;
	font-family: "Verdana",sans-serif;
	margin:10px 30px 10px 30px;
	font-size: 14pt;
	color: navy;
}
h1 {
	font-size: 20pt;
	color: black
}
h2 {
	font-size: 16pt;
	color: black
}
.dates {
	padding-left:57px;
	margin-top:0px;
	text-indent:-57px;
}
.options {
	font-size:80%;
	background-color:#E5EEFE;
	padding-left:57px;
	margin-top:0px;
	margin-bottom:0px;
	text-indent:-57px;
}
.ref { font-size:60%;
       color:#888888;
}
a {
	font-size:100%;
}
a:hover {
	color:red;
	background-color:yellow;
}
.help { font-size:70%;
        color:gray;
      }
table { font-size:70%;
        color:gray;
	text-align:center;
      }
.tabul {
	font-size:70%;
	color:gray;
	text-align:left;
	border-collapse:collapse;
	border-color:#000099;
	border-style:solid;
	border-width:thin;
	}
td,th {
	padding:2px 10px 0px 5px;
	}
.btn {
  border-radius: 12px;
  font-size: 80%;
  color: #ffffff;
  background: #3498db;
  padding: 6px 8px 6px 8px;
  border: solid #1f628d 2px;
  text-decoration: none;
}
.btn:hover {
  background: #3cb0fd;
  text-decoration: none;
}

