body { background-color: #000000;
        color: #FFFFFF;
       font-family: Verdana, Arial, sans-serif;
}


a:link {
	color: #FF0000;
}

a:hover {
	text-decoration: none;
}

#container {
       margin-left:auto;
       margin-right: auto;
       width:80%;
        
       max-width:750px;
}





#logo {width: 750px;
       background-color: #000000;
          text-align: center;
        border-bottom: 2px double #FF0000;
        
        
}




#content { margin:5px 20px 5 px 20px:
           width: 599px;
            background-color: #000000;
           color: #FFFFFF;
           padding:10px 20px  ; 
           overflow:auto; 
}








#footer {width: 750px; 
        background-color:#000000;
        color:#FFFFFF;
        font-size: 1em;
        font-style: italic;
        text-align: center;
        border-top: 2px double #FF0000;
        padding-top:20px;
        padding-bottom: 20x;
}


.myrow { padding-bottom:20px;
}

.mysubmit { margin:10px;
}

img {border:0; }


h1 { background-color:#000000;
     color:#FF0000;     
     text-align:center;
}

h2 {text-transformation:uppercase;
    background-color:#000000;
    color: #FF0000;
    font-size: 1.2em;
    border-bottom:1 px solid #FF0000;
    margin-right: 20px;
} 

h3 {background-color:#000000;
     color:#FF0000;     
     text-align:center;
}