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

<!--

body 
{ 
background: white;
background-image: url(../../backgrounds/paper-background3.jpg);
background-repeat: repeat-y
}

b.alphabet
{
margin-left: 40px;
letter-spacing: 3px;
font-size: 12px
}

b.first 
{ 
color: #ff9900;
font-size: 12px 
}

b.second 
{ 
color: #ff9900; 
font-size: 20px
}

b.third 
{
line-height: 20px;
font-size: 10px
}

b.letter
{
color: red; 
font-size: 11px
}

table.defs
{
width: 730px
}

td.one
{
width: 120px;
vertical-align: top
}

td.two 
{
padding-left: 30px;
line-height: 16px;
color: black; 
font-size: 10px
}

span {color: #F90} 

A:link { text-decoration: none; color: blue}
A:active { text-decoration: none; color: red}
A:visited { text-decoration: none; color: black}
A:hover { text-decoration: none; background: #699; color: red}
-- >

