text align to left
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <title></title> <style type="text/css"> p { margin-top: 0; text-align: left; font-family: Verdana; font-size: .9em; } </style> </head> <body> <h2>header 2</h2> <h3>header 3</h3> <p>This is a text.</p> </body> </html>