body   {
       margin: 0;
       padding: 10px;
       background-color: #000000;
       background-image: url(images/cp.gif);
       }
p      {
        font-family: georgia, arial, sans-serif;
        font-weight: bold;
        font-size: 20px;
        width: 80%;
        color: #FFFFFF;
        padding: 5px;
        border: 3px 3px 3px 3px outset #FFCC00;
        background-color: #888888;
        text-align: center;
        }
.photos  {
        border: 5px outset #aaaaaa;
        }         
table   {
        font-family: arial, georgia, sans-serif;
        font-weight: normal;
        font-size: 11px;
        color: #fff;
        width: auto;
        text-align: center;
        }
table td {
        width: auto;
        border: 5px outset #999999;
        background-color: #808080;
        }
h2      {
        font-family: arial, Times New Roman, sans-serif;
        font-weight: bold;
        font-size: 14px;
        color: #FFCC00;
        text-align: center;
        }
h3      {
        font-family: arial, Times New Roman, sans-serif;
        font-weight: bolder;
        font-size: 16px;
        color: #FFCC00;
        text-align: center;
        }
hr      {
        width: 100%;
        color: #FFCC00;
        } 
a:link {
        font-family: georgia, arial, sans-serif;
        font-weight: bold;
        font-size: 12px;
        color: #fc0; 
        background-color: transparent;
        text-decoration: none;
        text-align: center;
        }
a:visited {
        font-family: georgia, arial, sans-serif;;
        font-weight: bold;
        font-size: 12px;
        color: #fc0;
        background-color: transparent;
        text-decoration: none;
        text-align: center;
        }
a:hover {
         color: #c0c0c0;
         background-color: transparent;
         text-decoration: underline;
         text-align: center;
        }

