p {
font-family: Palatino, "Times New Roman", serif;
font-size: 14px;
color: #000;
}

a:link {
text-decoration: underline; 
color: #000; 
}

a:visited {
text-decoration: underline; 
color: #222; 
}

a:hover {
text-decoration: underline; 
color: #000; 
}

a:hover:visited {
text-decoration: underline; 
color: #222; 
}

a:active {
text-decoration: none; 
color: #ccc; 
}

a:active:visited {
text-decoration: none; 
color: #ccc; 
}

body {
background-color: #fff;
}

