BODY
{
 font-family: Comic Sans MS, Arial, Helvetica;
 color:#33cc33;
 font-size:14pt;
 font-weight:bold;
 font-style:normal;
}

<!--font-weight: <value>
  Possible Values: 
                 normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900

font-style: <value> 
Possible Values:  normal | italic | oblique
-->

table{border:0px #cc66ff solid; width:70%;height:100;}

TD
{
 font-family:Arial, Helvetica;
 color:#cc66ff;
 font-size:12pt;
 font-weight:bold;
 text-align: center;
 border: 0px solid #cc66ff;
}

.other
{
 font-family:Arial, Helvetica;
 color:#ffff66;
 font-size:12pt;
 font-weight:bold;
 text-align: center;
 vertical-align:top;
}
<!--text-align can have left | right | center | justify -->
h1
{
 font-family:Arial, Helvetica;
 color:#cc66ff;
 font-size:14pt;
 font-weight:bold;
}
h3
{
 font-family:Kunstler Script, Helvetica;
 color:#00ccff;
 font-size:24pt;
 font-weight:bold;
}

h2
{
 font-family:Kristen ITC, Helvetica;
 color:#00ccff;
 font-size:12pt;
 font-weight:none;
}
A:link
{
 font-family:Arial, Helvetica;
 color:#33cc33;
 font-size:12pt;
 font-weight:bold;
 text-decoration: none;
}
<!--text-decoration: <value>
Possible Values:  none | [ underline || overline || line-through || blink ]
 -->
A:visited
{
 font-family:Arial, Helvetica;
 color:#33cc33;
 font-size:12pt;
 font-weight:bold;
 text-decoration: none;
}
A:active
{
 font-family:Arial, Helvetica;
 color:#33cc33;
 font-size:12pt;
 font-weight:bold;
 text-decoration: none;
}
A:hover
{
 font-family:Arial, Helvetica;
 color:#ffff66;
 font-size:12pt;
 font-weight:bold;
 text-decoration: underline & overline;
}

H1 {font-family:Arial, Helvetica; color:#C15A64; font-size:16pt; font-weight:bold;}

img{
	border-style:outset;
	border-width:0px;
      }
