'color' Example
<html> <head> <style> .style1 { font-family:verdana; color:purple } </style> </head> <body> <p class="style1">A color text.</p> </body> </html>