/* CSS Document */
h3{
margin-left:5px;
font-size:1.6em;
margin-bottom:10px;
}
#content ul{
list-style:none;

margin-left: 10px;
margin-bottom:15px;
}
#content ul li{
font-size: 1.4em;
}
table{
margin:10px;/**/
margin-top:0px;
font-size:1.35em;
border-collapse: collapse;
border-width: 1px;
border-style: solid;
border-color: #B9B9B9;
}
tr, td{
padding:3px;
margin:0px;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #B9B9B9;
}
tr.odd{
background: white;
}
tr:hover{
background-color: #CCE6ED; 
}
tr#header{
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #B9B9B9;/*  */
  background-color: #CCE6ED; 
  font-size:1.1em;
}
