/*
CSS for Hervey Bay pages
*/

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color:#66FFFF;
  line-height: 110%;
  padding: 0px;
  top-padding; 0px;
}

h1   {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: large;
  color: black;
  
}

h2   {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: medium;
  color: black;
  
 }

h3   {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: small;
  font-weight: bold;
  margin: 0;
  margin-left: 10px;
  
}

p    {
  font-size: small; 
  font-weight: normal;
  margin-left: 10px;
  margin-right: 10px;
  color: black;
}

li   {
  font-size: small;
  margin-left: 5px;
  margin-right: 20px;
}

#navigation {
  font-size: small;
  font-weight: bold;
  padding: 0.4em;
  text-decoration: none;
  
}

a:link {
  color: blue;
  text-decoration: none
}

a:visited {
  color: blue;
  text-decoration: none
}

a:active {
  color: blue;
  text-decoration: none
}

#location  {
  font-size: x-small;
  color: black;
  padding: 0.3em;
  margin-left: 10px;
  margin-right: 10px;
}

#topnav {
  font-size: x-small;
  font-weight: normal;
  padding: 0.3em;
  margin-left: 15px;
}

table {
 border-collapse: collapse;
 background: #FFFFFF;
}
th {
 text-align: center;  
 
}
td {
text-align: left;
padding: 0.2em;
}
