http://bollywoodbook.in/mumbaimetal/
i want to remove the Body content PFA
want to make the font bold for Register and Login and change the color of the font on right side top
#gkTopLinks {
font-weight: bold;
}
#gkTopLinks a {
color: #5a5a5a;
}
#gkTopLinks a:active, #gkTopLinks a:focus, #gkTopLinks a:hover {
color: #fff;
}