
/* element selectors */
*  { font-family: Verdana, Arial, Helvetica, sans serif }

<!--
body
{
background: white;
background-image: url(../backgrounds/stripes4.jpg);
background-position: top left;
background-repeat: repeat-y
 }

b
{ 
color: black; 
font-size: 12px;
font-family: arial, helvetica, sans serif
}

b.two
{
color: orange; 
font-size: 12px;
font-family: arial, helvetica, sans serif
}

I { color: blue }

table.contents 
{ 
width: 980px;
margin-top: 20px
}

table.okay 
{ 
width: 680px;
Margin-left: 20px
}

td.one
{
padding: 10px;
width: 140px;
vertical-align: top;
line-height: 10px;
font-size:10px
}

td.two
{
vertical-align: top;
color: black
}

td.three
{
width: 180px;
vertical-align: top;
line-height: 8px;
color: black;
font-size: 11px
}

td.ah
{
padding-top: 2px;
padding-left: 30px;
vertical-align: top;
color: black;
font-size: 11px
}

td.bah
{
padding-top: 2px;
width: 220px;
vertical-align: top;
color: black;
font-size: 11px
}

p
{
line-height: 15px;
color: black;
font-size: 11px
}

p.third
{
line-height: 15px;
font-size:10px
}

p.fourth
{
line-height: 20px;
font-size:10px
}

A:link { text-decoration: none; color: black }
A:active { text-decoration: none; color: #999 }
A:visited { text-decoration: none; color: #999 }
A:hover { text-decoration: none; background: #999; color: white }
-->


