using div elemen:
#bahasa{height:56px; text-align:right; padding-right:3px; font-size:12px; color:#68b3e0}
#bahasa a:link {color:#68b3e0; text-decoration:none}
#bahasa a:visited {color:#68b3e0;}
#bahasa a:hover {color:#ffffff; text-decoration:underline}
#bahasa a:active {color:#68b3e0;}
using class elemen:
.bahasa{height:56px; text-align:right; padding-right:3px; font-size:12px; color:#68b3e0}
.bahasa a:link {color:#68b3e0; text-decoration:none}
.bahasa a:visited {color:#68b3e0;}
.bahasa a:hover {color:#ffffff; text-decoration:underline}
.bahasa a:active {color:#68b3e0;}