BODY
{
 font-family: Ajile, Arial;
 color:#FFFFFF;
 font-size:15pt;
 font-weight:bold;
 font-style:normal;
 background-image: url(bg2.jpg)
}


<!--
background-image: url(foo.gif) 

-->
<!--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
 
-->



TD
{
 font-family: Ajile, Arial;
 color:#FFFFFF;
 font-size: 18pt;
 font-weight: lighter;
 text-align: center;
 border-color: #B2325A;
 border-size: 0px;
 border-style: none;
}

.other
{
 font-family:Ajile, Arial;
 color:#FFFFFF;
 font-size:30pt;
 font-weight:normal;
 text-align: center;
}

.other1
{
 font-family: Ajile, Arial;
 color:#FFFFFF;
 font-size: 18pt;
 font-weight: lighter;
 text-align: right;
 border-color: #B2325A;
 border-size: 0px;
 border-style: none;
}

.other2
{
 font-family: Ajile, Arial;
 color:#FFFFFF;
 font-size: 18pt;
 font-weight: lighter;
 text-align: left;
 border-color: #B2325A;
 border-size: 0px;
 border-style: none;
}

.other3
{
 font-family: Ajile, Arial;
 color:#FFFFFF;
 font-size: 18pt;
 font-weight: lighter;
 text-align: left;
 border-color: #B2325A;
 border-size: 0px;
 border-style: none;
}

.other4
{
 font-family: Ajile, Arial;
 color:#FFFFFF;
 font-size: 18pt;
 font-weight: lighter;
 text-align: right;
 border-color: #B2325A;
 border-size: 0px;
 border-style: none;
}

.other5
{
 font-family: Ajile, Arial;
 color:#FFFFFF;
 font-size: 14pt;
 font-weight: lighter;
 text-align: center;
 border-color: #B2325A;
 border-size: 0px;
 border-style: none;
}

.other6
{
 font-family: Ajile, Arial;
 color:#FFFFFF;
 font-size: 14pt;
 font-weight: lighter;
 text-align: right;
 border-color: #B2325A;
 border-size: 0px;
 border-style: none;
}

<!--text-align can have left | right | center | justify -->
h3
{
 font-family:Arial, Helvetica;
 color:#FF0000;
 font-size:14pt;
 font-weight:bold;
}
A:link
{
 font-family:Arial, Helvetica;
 color:#888888;
 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:#333333;
 font-size:12pt;
 font-weight:bold;
 text-decoration: none;
}
A:active
{
 font-family:Arial, Helvetica;
 color:#111111;
 font-size:12pt;
 font-weight:bold;
 text-decoration: none;
}
A:hover
{
 font-family:Arial, Helvetica;
 color:#333333;
 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-color:#F1DAE1;
            border-width:0px;

    }
Table{border-width:3px;}

html {
overflow: auto;
}