a:link { text-decoration: none; color: #0000cc; }
a:hover { text-decoration: underline; color: #ff0000; }
a:active { text-decoration: none; color: #ff0000; }
a:visited { text-decoration: none; color: #0000cc; }

a.menu:link { display:block; padding: 3px; margin:3px; width:126px; line-height:26px; background: #eeeeee; color: #0000ff; font: 14px arial; text-decoration: none; }
a.menu:visited { display:block; padding: 3px; margin:3px; width:126px; line-height:26px; background: #eeeeee; color: #0000ff; font: 14px arial; text-decoration: none; }
a.menu:active { display:block; padding: 3px; margin:3px; width:126px; line-height:26px; background: #eeeeee; color: #0000ff; font: 14px arial; text-decoration: none; }
a.menu:hover { display:block; background: #ffff00; color: #000000; text-decoration: none; }

body {
background: #000099; 
margin: 0.417em;
font-family: Arial, Helvetica, sans-serif; }

h4 { text-decoration: none; color: #000099; font-family: arial, helvetica, sans-serif; }

strong {color:red}

p { text-decoration: none; color: #000099; font-family: arial, helvetica, sans-serif; font-size: 1em; font-weight: bold; text-align: left; }
p.copy  { text-decoration: none; color: #000099; font-family: arial, helvetica, sans-serif; font-size: 1em; font-weight: bold; text-align: center; }
p.toilet { text-decoration: none; color: #000099; font-family: arial, helvetica, sans-serif; font-size: 0.833em; font-weight: bold; text-align: center; }

li { text-decoration: none; color: #000099; font-family: arial, helvetica, sans-serif; font-size: 1em; font-weight: bold; text-align: left; }
  
div.containerhead {
        background-color:#000099;
        padding:0.167em;
	width: 100%;
        height:63px;
          
}

div.containermenu {
        float:left;
	width:120px;
        height:100%;
        background-color:#ccccff;        
        text-align:center;  
        position:relative;
        margin-right:1em;
}

div.containermain {
        background-color:#ffffff;
        padding:0.167em;
	width: 100%; 

}
     
 hr {
          border: 0;
          color: #f00;
          background-color: #f00;
          height: 0.25em;
}