/* ### ### ### LINKS  ### ### ### */

a:link, a:visited, a:active {
 color: #000000; text-decoration: none; }

a:hover {
 color: #666666; text-decoration: none; }

div#subtitle a, div#footer a {
 border-bottom: 1px dotted black; }



/* ### ### ### MAIN  ### ### ### */

body {
 background: #FFFFFF;
 text-align: center;
 color: #000000;
 padding: 0px;
 margin: 0px;
}


div#title {
 margin: 10px 0px; /* T & B = 20, L & R = 0 */
 border-bottom: 3px double #CCCCCC;
 border-top:    3px double #CCCCCC;
 font: 50px/45px "Georgia", serif;
 background-color: #000000;
 font-variant: small-caps;
 font-weight: bold;
 color: #999999;
}


div#subtitle {
 font: 18px "Georgia", sans-serif;
 padding: 0px 0px 8px 0px;
}


div#subtitle span {
 font-weight: bold;
}


div#footer {
 font: 14px/24px "Georgia", sans-serif;
 border-top: 3px double #000000;
}



/* ### ### ### IMG  ### ### ### */

div.img img {
 border: 1px solid #000000;
 margin: 0px 10px;
 padding: 5px;
}


div.img {
 margin-bottom: 10px;
}