body, td, th, tr{
  font-family : "MS Sans Serif", Arial, Helvetica, sans-serif;
  font-size : x-small;
}

pre {
    font-size : x-small;
}

td>pre {
    font-size : small;
}

A{color: #07017F;}
A:visited {color: #216A91;}
A:hover{color: #FF9900;}


#banner{
    font-size : x-small;
    color:white;
}


#topnav A:hover{color: #FFFFFF;}

#menuheader{
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    font-size : 15px;
    color : white;
    text-align : center;
}

h1 {
    font-size : 18px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    margin-bottom : 5;
}

h2 {
 font-size : 16px;
 font-family : Arial, Helvetica, sans-serif;
 font-weight : bold;
 margin: 15 5 5 5;
}

h3 {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 14px;
 font-weight : bold;
}


hr {
  background:#008CC6;
  border:0;
  color:#008CC6;
  height: 4px;
  margin-top: 10px;
}

.data th{
  background : #A1D9ED;
  padding: 3px
}

.data tr{
  background : #EBF4F7;
}
.data tr.light{
  background : #F5FBFC;
}
.data td{
padding: 3px;
}