Without CSS you need to set the style for each paragraph on your page:
<p><font color=”#800090″ face=”Verdana,Geneva,Arial,Helvetica”>The latest update of Oracle Solaris 11 delivers unprecedented scale for cloud infrastructures and Oracle environments.</font></p>
You can use CSS to define in the style sheet that the color property of the <p> tag is #800090, and …