a:link, a:active { 
color: #EDEDE8;
text-decoration: underline; 
}
a:visited { 
text-decoration: underline;
color: #2B1C03;
}
a:hover { 
text-decoration: underline;
color: #ffffff;
}

p {
font-family: arial, sans-serif;
font-size: 12px;
color: #330000;
text-decoration: none;
}

p.cover {
font-family: arial, sans-serif;
font-size: 11px;
color: #333300;
text-decoration: none;
}

p.details {
font-family: arial, sans-serif;
font-size: 10px;
color: #666600;
text-decoration: none;
}

a.cover:hover {
color: #FFC002;
text-decoration: none;
}
