Ahh i see now, you would need to edit arcade.php for the arcade use the same css class for links as the forum is using.
to start you off you would need to edit this line to have a class
Code:
$pop_games .= " <a href='".$ibforums->base_url."act=Arcade&do=play&gameid={$popgline['gid']}'>{$popgline['gtitle']}</a> <a href='".$ibforums->base_url."act=Arcade&do=play&gameid={$popgline['gid']}'><img src='arcade/images/{$popgline[gname]}2.gif' border='0'></a>";