A:link {
text-decoration : none;
font-weight : bold;
color : #FFFFCC;
}

A:visited {
text-decoration : none;
font-weight : bold;
color : #FFFFCC;
}

A:hover {
text-decoration : underline;
font-weight : bold;
color : #C07705;
}

A:active {
text-decoration : none;
font-weight : bold;
color : #C07705;
}
A.arcana:link {
text-decoration : none;
font-weight : normal;
color : #FFFFCC;
}

A.arcana:visited {
text-decoration : none;
font-weight : normal;
color : #FFFFCC;
}

A.arcana:hover {
text-decoration : underline;
font-weight : normal;
color : #C07705;
}

A.arcana:active {
text-decoration : none;
font-weight : normal;
color : #C07705;
}
