h1           { color: #000066 }
h2           { color: #000066 }
h3           { color: #000066 }
h4           { color: #000066 }

table.small  {font-family: Arial, Helvetica;
				font-size: 10pt;
               }

ul.left           { margin-left: 20 }

p.red { font-color: red}

#all A:link {
  COLOR: #B80300;
  text-decoration: none
}
#all A:visited {
  COLOR: #990099 ;
  text-decoration: none
}
#all A:hover {
  COLOR: #000066;
  cursor:hand;
  text-decoration: none
}
#all A:active {
  COLOR: #FF0000 ; 
  text-decoration: none
}

#cat A:link {
  COLOR: #000080;
  text-decoration: none
}
#cat A:visited {
  COLOR: #660066 ;
  text-decoration: none
}
#cat A:hover {
  COLOR: #ff0000;
  text-decoration: none
}
#cat A:active {
  COLOR: #000080 ; 
  text-decoration: none
}

.overwhite  {color:white}
.over1      {color:white;background-color:black}
.overblack  {color:black}

.overblue	{background-color: blue}
.overbeighe	{background-color: beige}

ul.disc 
{
list-style-type: disc
}

ul.circle 
{
list-style-type: circle
}

ul.square 
{
list-style-type: square
}

ul.pic
{
list-style-image: url('images/arrow.gif')
}