#navbar {
     margin:0 0 12px -185px;
     padding:0;
     background-color: #6363eb;
     background-image:none;
     clear:both;
     text-align:center;
     border:0;
     height:40px;
     width:1080px;
 }

 #navbar a:hover {
     background:#191970;
     text-shadow:1px 1px #000067;
     text-decoration:italic;
     font-style:italic;
 }
 a:hover{
     color:Navy;
     background:none;
     text-decoration:italic;
     font-style:italic;
 }
 #leftSidebar div.block span.blockTitle,
 #rightSidebar div.block span.blockTitle{
     padding:.5em 1em;
     margin-bottom:12px;
     background:#6363eb;
     display:block;
     color:#fff;
     font-weight:bold;
     letter-spacing:0;
 }