body { background-color: #555C80;
 background-repeat: repeat;
 font-family: georgia, sans-serif;
 color: #B41D1E;
 margin: 10px 10px
}

a:link { color: #00008f;
 text-decoration: none
}

a:visited { color: #00008f;
 text-decoration: none
}

a:hover { color: #ffff03;
 font-family: georgia;
 text-decoration: underline
}
   
a:active { color: #00008f;
 text-decoration: none
}

table { background-color: #FFFFFF
}