@charset "utf-8";
/* CSS Document */

p{ color: white; font-size: 20px; text-align:center } 


.topLinks A:link {color: white; font-size:20px; text-decoration: underline}
.topLinks A:visited {color: white; font-size:20px; text-decoration: underline}
.topLinks A:active {color: white; font-size:20px; text-decoration: underline}
.topLinks A:hover {text-decoration: underline; color: red; font-size:20px; }


a {font-family:Georgia}
a:link {color:#ffffff; text-decoration: none}
a:visited {color: #ffffff; text-decoration: none}
a:hover {text-decoration: none; color: #ffffff; text-decoration: underline}
a:active {color: #ffffff;text-decoration: none}
