Fix size fonts
<STYLE TYPE="text/css">
H1 { font-size: x-large; color: red }
H2 { font-size: large; color: blue }
h1 {font-size: 25px;color: red}
h2 {font-size: 16pt;color: blue }
body {font-size: 10pt;color: black}
</STYLE>
<STYLE TYPE="text/css">
h1 {font-size: 25px;color: red}
body {font-size: 10pt;color: black}
.IndexText
{
font-size: 10pt;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
}
.BotText
{
font-size: 10pt;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color :#800080;
}
.CenterText
{
font-size: 10pt;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
</STYLE>