html {
 background-color: #000;
 color: #CCF;
 background-image: url("/images/bg3");
}
body {
 font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
 padding: 0px 0px;
 margin: 0px 5%;
}
a {
 background-color: inherit;
 color: #BFF;
}
a:visited {
 background-color : inherit;
 color: #FBF;
 text-decoration: none;
}
h1 {
 font-family: "Tiranti Solid LET", "Lucida Handwriting", "Bitstream Vera Serif", Verdana, Arial, Helvetica, sans-serif;
 text-align: center;
 font-size: 24pt;
 font-weight: normal;
 padding: 0px;
}
h1.index {
 font-size: 24pt;
 margin: 0px;
}
h2 {
 font-family: "Tiranti Solid LET", "Lucida Handwriting", "Bitstream Vera Serif", Verdana, Arial, Helvetica, sans-serif;
 text-align: center;
 font-size: 20pt;
 font-weight: normal;
 font-style: oblique;
 padding: 0px;
 margin: 0px 0px 15px 0px;
}
p {
 text-align: justify;
 font-size: 12pt;
}
div#xhtmlnotes {
 border-style: ridge;
 border-top-width: 3px;
 border-right-width: 0px;
 border-bottom-width: 5px;
 border-left-width: 0px;
 margin: 0px 5%;
 padding: 2%;
}

div#xhtmlnotes p {
 font-size: 10pt;
 margin: 0.75em;
 padding: 0px;
}
dd.new {
 font-weight: bold;
}
dd.new:after {
 content: " (new)";
 font-size: 60%;
 font-style: oblique;
 background-color: inherit;
 color: #FF0;
}
img {
 border: 0;
 vertical-align: text-bottom;
}
div#linkssection {
 border-style: groove;
 border-top-width: 6px;
 border-right-width: 0px;
 border-bottom-width: 4px;
 border-left-width: 0px;
 margin: 3%;
 padding: 2%;
}
div#linkssection:before {
 content: "A few links that might be of interest: "
}
div#linkssection p {
 font-size: 10pt;
}
div#linkssection a {
 font-size: 120%;
}
div#footer p {
 text-align: center;
 font-size: 8pt;
}
p#newdomainnotes {
 font-size: 70%;
 margin-right: 13em;
}
#logo {
 position: fixed;
 right:0;
 float:right;
 margin: 1em;
 width: 128px;
 height:128px;
 opacity: 0.8;
}
#logo[type="image/png"] {
 height: 64px;
 width: 64px;
}

span.removed {
 text-decoration: line-through;
}
