body {
   background-image: url('Photos/CTRBackgroundLogo.jpeg');
}
h1 {
  font-family: Aqueduct;
  font-size: xx-large;
  text-decoration: overline;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-align: right;
  background-color: white;
  color: #009999;
  top: 0%;
  text-align: left;
  text-transform: inherit;
}
h2  {
  font-family: Aqueduct;
  font-size: x-large;
  text-decoration: overline;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-align: right;
  background-color: white;
  color: #009999;
  top: 0%;
  text-align: right;
  text-transform: capitalize;

pre {
  border: none;
  font-family: Aquaduct;
  font-size: normal;
  color: #ff6600;
  font-weight: normal;
  font-style: normal;
  background-color: #e6ffff;
  margin-top: 0%;
  padding-top: 0%;
  min-height: 0%;
  top: 0%;
  text-align: left;
  text-transform: inherit;
  background-image: url('Photos/xxxw_by_finnn6.html');
}
p {
  font-family: Aqueduct;
  font-size: xx-large;
  text-decoration: overline;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-align: right;
  background-color: white;
  color: #009999;
  top: 0%;
  text-align: left;
  text-transform: inherit;
}
hr {
   border: thin solid #ff6600;
   color: #ff6600;
}
a:link {
  font-family: Lucida Console;
  text-decoration: none;
  font-weight: normal;
  font-style: italic;
  text-transform: lowercase;
  text-align: center;
  color: #005c5c;
}
a:hover {
  font-family: lucida console;
  color: #ff6600;
  text-decoration: underline;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  background-color: #e6ffff;
}
a:visited {
  font-family: Lucida Console;
  text-decoration: underline;
  color: #ffb366;
  text-transform: lowercase;
  text-align: center;
}
.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}
.glossymenu li a{
background: white url(glossyback.jpg) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(glossyback2.jpg);
}