a.joy:link {color: #ffa500; background: #ffffff; font-weight: bold;}
a.joy:active {color: #ffa500; background: #ffffff; font-weight: bold;}
a.joy:visited {color: #ffa500; background: #ffffff; font-weight: bold;}

a.sorrow:link {color: #808080; background: #ffffff; font-weight: bold;}
a.sorrow:active {color: #808080; background: #ffffff; font-weight: bold;}
a.sorrow:visited {color: #808080; background: #ffffff; font-weight: bold;}

a.birth:link {color: #ffb6c1; background: #ffffff; font-weight: bold;}
a.birth:active {color: #ffb6c1; background: #ffffff; font-weight: bold;}
a.birth:visited {color: #ffb6c1; background: #ffffff; font-weight: bold;}

a.sex:link {color: #ff0000; background: #ffffff; font-weight: bold;}
a.sex:active {color: #ff0000; background: #ffffff; font-weight: bold;}
a.sex:visited {color: #ff0000; background: #ffffff; font-weight: bold;}

a.art:link {color: #ff00ff; background: #ffffff; font-weight: bold;}
a.art:active {color: #ff00ff;; background: #ffffff; font-weight: bold;}
a.art:visited {color: #ff00ff;; background: #ffffff; font-weight: bold;}

a.illness:link {color: #0000ff; background: #ffffff; font-weight: bold;}
a.illness:active {color: #0000ff; background: #ffffff; font-weight: bold;}
a.illness:visited {color: #0000ff; background: #ffffff; font-weight: bold;}

a.animals:link {color: #00ff00; background: #ffffff; font-weight: bold;}
a.animals:active {color: #00ff00; background: #ffffff; font-weight: bold;}
a.animals:visited {color: #00ff00; background: #ffffff; font-weight: bold;}

a.love:link {color: #ffff00; background: #ffffff; font-weight: bold;}
a.love:active {color: #ffff00; background: #ffffff; font-weight: bold;}
a.love:visited {color: #ffff00; background: #ffffff; font-weight: bold;}

a.war:link {color: #000000; background: #ffffff; font-weight: bold;}
a.war:active {color: #000000; background: #ffffff; font-weight: bold;}
a.war:visited {color: #000000; background: #ffffff; font-weight: bold;}

/* styling of the flowplayer container. */ 
a.myPlayer { 
    display:block; 
    width: 320px; 
    height:203px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    float:left; 
    border:1px solid #999; 
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:70px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #000; 
}
