<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Add some margin to the page and set a default font and colour */

body {
  margin: 30px;
  font-family: "Georgia", serif;
  line-height: 1.8em;
  color: #333;
}

/* Give headings their own font */

h1, h2, h3, h4 {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/* Main content area */

#content {
  margin: 0 10px;
  text-align: center;
}

/* Header/footer boxes */

.wideBox {
  clear: both;
  text-align: center;
  margin: 10px;
  padding: 10px;
  background: #ebedf2;
  border: 1px solid #333;
}

.wideBox h1 {
  font-weight: bold;
  margin: 20px;
  color: #666;
  font-size: 1.5em;
}

.button {
    background-color: #3c9f9d; /* Green */
    margin: 5px;
    height: 120px;
    width: 120px;
    border: none;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}


.button2 {
    background-color: #A2798F; /* Green */
    margin: 5px;
    height: 120px;
    width: 120px;
    border: none;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}

.button3 {
    background-color: #874f5c; /* Green */
    margin: 5px;
    height: 120px;
    width: 120px;
    border: none;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}

.linkbutton {
    background-color: #874f5c; /* Green */
    margin: 5px;
    height: 60px;
    border: none;
    color: white;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}</pre></body></html>