html, body
{
background: #901414;
margin: -5px;
line-height : 17px;
font-size : 8pt;
font-family: Arial, Verdana;
text-align: left;
letter-spacing: 1px;
color : #F13C39;
}

p, text {

line-height : 17px;
font-size : 8pt;
font-family: Arial, Verdana;
text-align: left;
letter-spacing: 1px;
color : #F13C39;
margin-left: 30px;
margin-top: 0px:
margin-right: 20px;
}


A:link , A:visited
{letter-spacing: 3px;
color: #CAC6BB;
text-transform: uppercase;
text-decoration : none;
font-weight: bold;
font-size: 10px;
font-family: Trebuchet MS;
}

A:hover
{letter-spacing: 3px;
color: #F2CECD;
text-transform: uppercase;
text-decoration : underline;
font-weight: bold;
font-size: 10px;
font-family: Trebuchet MS;
}



TR {
line-height : 11px;
font-size : 7pt;
background: #777163;
font-family: Century Gothic;
text-align: justify;
margin-top : 0;
margin-left: 0;
letter-spacing: 1px;
color : #F8F4EB;
padding-top:3px;
}
TD {
line-height : 11px;
font-size : 7pt;
background: #777163;
font-family: Century Gothic;
text-align: justify;
margin-top : 0;
margin-left: 0;
letter-spacing: 1px;
color : #F8F4EB;
padding-top:3px;
}

p.fan
{color: #211F1E;
font-family: Century Gothic;
font-size: 7pt;
text-align: center;
line-height : 9px;
margin: 20px 20px;
background-color:#C6765F;
border-left: 5px solid #382E2D;
padding: 10px 25px 10px 25px;}


.caption
{color: #911315;
font-family: Century Gothic;
font-size: 14pt;
text-align: right;
line-height : 12px;
letter-spacing: 4px;
margin: 20px 0px 0px 0px;
border-bottom: 2px solid #CF3633;
padding: 5px 5px 5px 5px;}


p.footer1
{color: #8F1313;
font-family: Century Gothic;
font-size: 6pt;
text-align: center;
line-height : 9px;
margin: 10px 0px 0px 0px;
border-top: 2px solid #8F1313;
padding: 5px 5px 5px 5px;}

b {color: #ED9695;
text-transform: uppercase;
font-size : 9pt;
letter-spacing: 2px;
font-family : Arial;}

h1
{text-transform: uppercase;
text-align: right;
padding-left: 6px;
font-weight: bold;
font-size: 24px;
font-family: times new roman;
color : #FFFFFF;
letter-spacing: 15px;}

 .layout {
                                                                                /* This is where I start the Layout Div. I named this class "layout". */
                                margin: 0px auto;                /* Keeps the layout centered no matter how big you make it */
                                padding: 0px;
                                width: 467px;                        /* Give your layout the proper width */
                        }

                        .header {                                        /* CSS for the top div: the header */
                                width: auto;
                                height: 481px;
                                background: #901414;
                        }

                        .content {                                        /* CSS for the middle div: the content */
                                background: url(content.jpg) #888888;
                                width: auto;
                                min-height: 200px;                /* To avoid stretch problems, I set a minimum height for this div. */
                        }

                        .margin
                                {
                                 margin-left: 30px;
                                 margin-right: 30px;
                         }

                        .footer {                                        /* CSS for the bottom div: the footer */
                                color: white;
                                background: url(footer.jpg) #888888;
                                width: auto;
                                height: 40px;
                        }


input {
color : #000000;
font-size : 8pt;
font-weight : normal;
text-decoration : none;
font-family : verdana;
text-align : left;
border-width : 1px;
border-style : solid;
border-color : #ccd3e2;
}