/* Set default parameters for document: font size, family and
   body width. Also set the default colors and styles
   for hypertext anchors, and the default text color.
*/

A               { text-decoration: none;}     /* No underlines */
A:link          { color:    red;
                  fontstyle:    bold;}
A:visited       { color:    purple;}
A:active        { color:    red;}

body            {   
                    margin-left: 2%;             
                    margin-right: 2%;
                    background-color: navy;
                    background-image: 
                }
                     
                
.header         {
                    float: top;
                    color: white;
					text-align: center;
                }
			
.mainbody {
    width: 799px; 
    min-height: 717px;   
    margin: 20px auto; 
    border: 0px solid #002B5F; 
    background-image: url(); 
    background-position: top center; 
    background-repeat: no-repeat; 
    background-color: #F0F0F2;
    }

    
.leftcolumn {
	margin: 0 0 0;
	text-align: center;
	background-color: Navy;
}

.centercolumn {
    text-align: center;
	
    margin: 0 0 0; 
    padding: 0px 10px 0px 10px;
	background-image: url();
    background-color: #00cc00;
	    }
    
.rightcolumn {
    margin: 0 0 0;
    text-align: center;
    background-color: aqua;
    }

                         
<!--  This is all the copyright line formatting  -->

.copyright      {
                    color: gray ;
                    font-size: 10pt;
                }                        
                 
