body {
    font-family: Calibri;
    font-size: 11pt;
    margin: 10px;
}
main {
    width: 700px;
}
h1 {
    font-size: 14pt;
    font-family: Candara;
    font-weight: bold;
    margin-bottom: 10px;
}
h4 {
    font-size: 12pt;
    font-family: Candara;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
}

#accordion {
}
.ui-widget {
    font-family: Calibri;
}
a {
    color: #009;
    font-family: 'Courier New', Courier, monospace;
    
}
a:hover {
    color: #070;
    text-decoration: Underline; 
}
.infobox {
    float: left;
    position: absolute;
    top: 10px;
    right: 30px;
    width: 250px;
}
table {
  border-collapse: collapse;
  border: 1px solid black;
}
td, th {
  border: 1px solid silver;
  padding: 3px;
}