body { background-color: #202020; color: #8A7; padding: 0px; } 

.title {
    letter-spacing: 0.5em;
    text-transform: uppercase;
    font-family: Gill Sans, Trebuchet MS, Arial, sans-serif;
    font-size: 15pt;
    color: #fda;
    }
.subtitle {
    letter-spacing: 0.5em;
    text-transform: uppercase;
    font-family: Gill Sans, Trebuchet MS, Arial, sans-serif;
    font-size: 13pt;
    color: #fda;
    }
.suptitle {
    letter-spacing: 0.4em;
    text-transform: uppercase;
    font-family: Gill Sans, Trebuchet MS, Arial, sans-serif;
    font-size: 16pt;
    font-weight:bold;
    }
a { text-decoration:none; }
a:link { color: #fda; }
a:hover { color: #fff; font-weight:bold;}
a:visited { color: #dda; }

.hiddenPic { display:none; width:0px; height:0px; }

.pane { color: #222 }
.pane:hover { color: #eee; text-align: center;}



h1,h2,h3,p,label,li,th,dl,figcaption {  font-family: Arial,Helvetica,Verdana,sans-serif; }

.rel 	{
	position: relative;
	top: 50px;
	}


.links {
       letter-spacing: .2em;
       font-family: "Arial";
       font-size: 11pt;
       color: #333333;
       }


.copy {
      font-family: "Arial";
      font-size: 8pt;
      color: #282828;
      }

.small {
       font-family: "Arial";
       font-size: 9pt;
       font-style: italic;
       color: #333333;
       }

img.brdr {border: 8px #202020 solid;}

figcaption { font-size: 14pt; }
div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}

