#box1 a:link {
color: yellow;
font-size: 12px
}

#box1 a:vlink {
color: yellow;
font-size: 12px
}

#box1 a:visited {
color: yellow;
font-size: 12px
}

#box1 a:alink {
color: yellow;
font-size: 12px
}

#box1 a:hover {
font-weight: bold;
color: yellow;
font-size: 12px
}







#box2 a:link {
color: yellow;
font-size: 12px
}

#box2 a:vlink {
color: yellow;
font-size: 12px
}

#box2 a:visited {
color: yellow;
font-size: 12px
}

#box2 a:alink {
color: yellow;
font-size: 12px
}

#box2 a:hover {
font-weight: bold;
color: yellow;
font-size: 12px
}









#box3 a:link {
color: black;
font-size: 12px;
}

#box3 a:vlink {
color: black;
font-size: 12px;
}

#box3 a:visited {
color: black;
font-size: 12px;
}

#box3 a:alink {
color: black;
font-size: 12px;
}

#box3 a:hover {
font-weight: bold;
color: black;
font-size: 12px;
}