@charset "utf-8";

body
{ background-color: #E8F0F8;
  color: #4040A0;
  font-family: Arial;
}	   

a:link, a:visited
{
   color: blue
}

.menu
{  width: 99%;
   font-size: small;
   font-weight: bold;
   border-bottom: 1px solid gray;
}

.menu:after                                                            /* Add margin between menu and */
{  content: ".";                                                       /* rest of content in Firefox */
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}

.menu ul
{  width: 100%;
   background-color: #E8F0F8;
   padding: 4px 0;
   margin: 0;
   text-align: center;
}

.menu ul li
{  display: inline;
}

.menu ul li a
{  color: #000080;
   padding: 4px 7px;
   margin: 0;
   text-decoration: none;
}

.menu ul li a:hover
{  text-decoration: underline;
}


.modulosmall td
{  font-size: 75%;
}

