If you'd like to get fancy:
PHP Code:
// I like p instead of font :)
echo "<p style='color: red;'><b>";
foreach($Current_Version as $value) {
echo "$value.";
}
echo "</b></p>";
There's probley other simple ways but meh its something to try if your stuck.