html,
body {
font-family: arial, hevetica, sans-serif;
font-size: 97%;
}
/*LINKS*/
a{
color: #5189C7;
text-decoration: underline;
font-weight: bold;
}
a:visited{
color: #5189C7;
text-decoration: underline;
font-weight: bold;
}
a:active{
color: #5189C7;
text-decoration: underline;
font-weight: bold;
}