body,a,p,h1,h2,td,th,li,address {
font-family: Verdana, Arial, Helvetica, sans-serif;
}

body,p,td,th,li {
font-size: 12px;
   color: Black;
   }
   
   a {
     text-decoration : none;
  color : #192A89;
  font-family : Verdana, Arial, Helvetica, sans-serif;
}

a:visited {
  color : #192A89;
  }
  
  a:hover {
    color : #FF6600;
  text-decoration: underline;
} 
 
h1 {
    font-size: 16px;
    color: #A71817;
    font-weight: bold;
}

h2 {
   font-size: 14px;
   font-weight: bold;
   color: #A71817;
}
   
address {
      color: #192A89;
     font-size: 10px;
}
  
th {
     background-color: #cbcbcd;
}
     
th,td {
        padding-left: 0.5em; 
	padding-right: 0.5em;
}

.table-odd {
   background-color: #FFFFFF;
}
   
.table-even {
   background-color: #eeeeee;
}
     
.table-selected {
   background-color: #ddd;
}