Here is two ways to do this. Both use CSS where the style is in the web page code and the other is a CSS style. I have left everything elso out that is not needed.
<html>
<head>
<title>Search Engine Optimization Dallas Texas ( TX )</title>
<meta name="author" content=" Jim Catanich " />
<link rel="stylesheet" type="text/css" href="/styles.css" />
OR
<style>
H1
{
FONT-WEIGHT: bold;
FONT-SIZE: 18px;
MARGIN: 0px;
COLOR: #323232;
FONT-STYLE: normal;
FONT-FAMILY: Arial, Helvetica, sans-serif
}
H2
{
FONT-WEIGHT: normal;
FONT-SIZE: 14px;
MARGIN: 0px;
COLOR: #480015;
FONT-STYLE: normal;
FONT-FAMILY: sans-serif
}
.myH1tag
{
FONT-WEIGHT: bold;
FONT-SIZE: 18px;
MARGIN: 0px;
COLOR: #323232;
FONT-STYLE: normal;
FONT-FAMILY: Arial, Helvetica, sans-serif
}
</style>
</head>
<body>
<table>
<H1>Search Engine Optimization Services In Dallas </H1>
</table>
OR
<table>
<H1 class=myH1tag>Search Engine Optimization Services In Dallas </H1>
</table>
</body>
</html>
Hope this helps. I have been using CSS to control my site's cosmetics for years and I recommend that you us it as well. View source on my site if you need to see this in more detail.
Jim Catanich
http://www.catanich.com/