body {
        font-family: arial, helvetica, sans-serif;
	background-image:"beatCFSinfo.jpg";
        margin: 10px 10% 10px 10%;
        padding: 0px;
	text-align: center;
	}               


#mainpage{
        width: 99%;        
        margin: 0px auto;
        padding: 15px;
        }
                
#mainpage h1{ color: #800000;
        font-family: arial, helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	}	 

#mainpage h2{ color: #000000;
        font-family: arial, helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	}
	 
#mainpage h3{ color: #000000;
        font-family: arial, helvetica, sans-serif;
        font-weight: bold;
	text-align: center;
	}
	
ul{
	 padding: 0 0 0 0;
         margin: 15px 0 0 0;
	 background-color: white;
	 color: White;
	 font-family: arial, helvetica, sans-serif;
	 font-size: 1em;
	 text-align: center;
	 
        }

ul li { display: inline; 
        
        }

ul li a{
        padding: .25em 1em;
	background-color: #036;
	color: white;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	}

ul li a:hover{
	background-color: #369;
	color: #fff;
        }
		
