p, h1, h2, h3, ul {
font-family: verdana, arial;
line-height: 130%;

}

body {

}

.container {
    background-color: #FFFCCC;
    background-image: url("/images/backgrsalute.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    line-height: 130%;
   }
  
  .top {
  text-align: center;
    }
    
    .menulist {
    list-style: none;
    text-align: center;
      }
    
   .menulist li {
    display: inline;
      }
    
    .tdbanner{
    border-bottom: 1px solid black;
    background-color: rgb(193,103,22);
    }
    
    .tdmenu, tdmenu2{
    border-top: 1px solid red;
    border-bottom: 1px solid black;
    background-color: rgb(252,208,22);
    }
    
    .announcement{
    border: 3px solid red;
    background-color: #CCCCCC;
    padding: 1em;
        }
    
    .flags {
   float: right;
        }
     
  .content {
  padding-left:12%;
  padding-right: 12%;
            }
   
   .footer {
     clear: both;
     padding: .5em;
     margin:0;
     border-top: 1px solid black;
     background-color: rgb(252,208,22);
   }
   
   