BODY {
text-align: center;  /* align logo to the center */
background-color: #F5F5DC;   /* places beige page background */


}

.bloc1 {   /* places brick red container */
background-color: #B22222;
height: 25px; /* block height */
width:586px;  /* block width */
margin-top: 10px;  /* alignment of block from top of page */
text-align: center;
margin-left:auto;
margin-right:auto;
}

.topmenu a {
font-size: 20px;
font-weight: bold;
margin-left: 17px;  /* Space between each sub-menu */
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;  /* places white text in the chrome */
text-decoration: none;  /* no decoration to avoid underline showing when hovered onto */
}

.bloc2 { 
width:586px;
background-color: #FFFFFF; /* places white background of content pane bloc2 */
font-family: Arial, Helvetica, sans-serif;
margin-top: 14px;
text-align: center;
margin-left:auto;
margin-right:auto;
}

.left ul {
text-align: left;
margin-right:30px;
}
