@charset "utf-8";
/* CSS Document */

a:link{
background-color: transparent;
color: #FFFFFF;
text-decoration: none;
font-family: default font;
font-weight: bold;
}

a:visited{
background-color: transparent;
color: #FFFFFF;
text-decoration: none;
font-family: default font;
font-weight: bold;
}

a:hover{
background-color: transparent;
color: #F3FD08;
text-decoration: underline;
font-family: default font;
font-weight: bold;
}

a:active{
background-color: transparent;
color: #FFFFFF;
text-decoration: none;
font-family: default font;
font-weight: bold;
} 
