/* No, it's not a sin; I'm licensed. */

a:active {
background-color: transparent;
color: #FFFF00;
}

a[href]:hover {
background-color: #FFFFFF;
color: #FF0000;
}

a:link {
background-color: transparent;
color: #FFCCCC;
}

a:visited {
background-color: transparent;
color: #CCCCCC;
}

body {
background-color: #000000;
color: #FFFFFF;
font-family: "Georgia", "Times New Roman", serif;
margin-left: 30px;
margin-right: 30px;
}

body.splash {
background-image: url(splash3.jpg);
background-position: 95% 1%;
background-repeat: no-repeat;
}

h1 {
font-family: "Old English Text MT", "Garamond", "Times New Roman", serif;
font-size: 48pt;
font-weight: 400;
margin-top: 0;
margin-bottom: 0;
padding: 0;
text-align: center;
}

h2 {
font-size: 14pt;
font-style: italic;
font-weight: 700;
margin-top: 0;
padding: 0;
text-align: center}

h3 {
font-family: "Courier New", monospace;
font-size: 11pt;
font-weight: 700;
margin-bottom: -12px;
padding-top: 5px;
text-align: center;
}

h3.left {text-align: left}

img {border-style: none}

li {
padding-top: 15px;
text-align: center;
}

li.alph {padding-top: 5px}

ol {list-style-type: decimal}

ol.alph {list-style-type: lower-alpha}

p {
font-size: 12pt;
font-weight: 400;
line-height: 22px;
padding-bottom: 5px;
text-align: left;
}

p.center {text-align: center}

p.jump {
font-weight: 700;
margin-bottom: 0;
margin-top: 0;
padding-bottom: 0px;
text-align: center;
}

span.name {font-weight: 700}