
<!--
/* element selectors */
*  { font-family: verdana, arial, sans serif }

BODY { background: white }

H1
{ 
padding-left: 10px;
color: white;
font-size: 10px ;
font-family: verdana, arial, sans serif
}

td.first 
{ 
width: 280px;
vertical-align: top;
padding-left:10px;
line-height: 15px;
font-size: 10px
}

img { padding-left: 10px }
 
td.second 
{ 
width: 180px;
vertical-align: top;
padding-left: 9px;
line-height: 15px;
font-size: 10px
}
 
 td.third 
{ 
width: 180px;
vertical-align: top;
padding-left:10px;
line-height: 15px;
font-size: 10px
}
 
B { font-size: 10px }

I { color: orange }

p.home
{
padding-top: 20px;
color: #333;
font-size: 10px; 
font-family: verdana, arial, sans serif
}

A:link { text-decoration: none; color: #333 }
A:active { text-decoration: none; color: red }
A:visited { text-decoration: none; color: #063 }
A:hover { font-size:9; font-weight:bold; background: white; color: 
#F30}
-->


