

body {
   padding: 10px;
}

div.clear {
   clear: both;
}

a {
   color: #993333;
}

a:hover {
   color: #c24747;
}

a.none {
   color: #000000;
}

a:hover {
   color: #000000;
}

p {
   margin-bottom: 10px;
}

/* Navigation */
ul.nav {
   border-bottom: thin solid #000000;
   margin: 15px 0;
   padding-bottom: 10px;
}

ul.nav li {
   display: inline;
   margin: 0 10px;
}  

ul.nav li a {
   font-family: Arial, sans-serif;
   font-weight: bold;
   font-size: 16pt;
   text-decoration: none;
}

/* headings */
h1, h2, h3{
   font-family: Arial, sans-serif;
   font-weight: bold;
   font-size: 16pt;
}

h1 {
   font-size: 24pt;
}

h2 {
   font-size: 20pt;
   margin-bottom: 10px;
   clear: both;
}

h3 {
   font-size: 14pt;
   padding: 10px 0;
}
   

/* footer */
div#footer {
   clear: both;
   border-top: thin solid #000000;
   padding: 10px;
}

ul.footer {
}

ul.footer li {
   display: inline;
   margin: 0 10px;
   padding: 10px 0;
}  

ul.footer li a {
   font-family: Arial, sans-serif;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
}

/* Main list */
ul.dunelist li {
   clear: both;
}

div.dunelocation {
   margin: 10px 0;
   display: inline;
   float: left;
   margin-right: 10px;
}

