body {
    background-color: #000000;
    font-size: 1.125em;
    color: #ffcc99;
    font-family: "Times New Roman", Georgia, Serif;
}

h1 {
    font-size: 2.5em;
    color: red;
    text-align: center;
}

h2 {
    font-size: 1.875em;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1.25em;
}

p {
    font-size: 1.125em;
    color: inherit;
}
a {
  color: #ffcc99;
  text-decoration: underline;

}

a:hover {
  color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.topmenu {
    text-align: center;
}
.topmenu {
    text-align: center;
}
.imgright {
    float: right;
}
@media only screen and (max-width: 480px) {
  .imageslides { 
		display: none;
        }
  h1 {
    font-size: 2.2em;
     }

}