body {
   background-color: #f4f7fd;
   background-repeat: no-repeat;
   font-family: Arial, Helvetica,  sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   color: #000000;
   }

hr {
   color: #dadada;
   }

A:visited {
    color: #074b88;
    text-decoration:  none;
}

A:link {
    color: #074b88;
    text-decoration:  none;
}

A:hover {
    color:  #0000ff;
    text-decoration:  underline;
}

.ResultsTitle {
   font-size: 18px;
   font-weight: bold;
   color: #074b88;
}

.ResultEntry {
   font-size: 12px;
}

.ResultHeader {
   font-size: 14px;
   font-weight: bold;
   color: #074b88;
}

.ResultDescription {
   font-size: 12px;
}

.ResultReadMore {
   font-size: 10px;
}

