BODY 
{
  color: rgb(0, 0, 0); 
  font-family: "Comic Sans MS";
  background-color: rgb(250, 250, 250);
}
TABLE.catalog
{
  border-style: ridge;
  border-width: 3px;
  border-color: rgb(128, 255, 0);
  padding: 2px
}
TD.catalog
{
  border-style: solid;
  border-width: 1px;
  border-color: rgb(0, 128, 0);
  margin: 2px;
  padding: 10px;
  text-align: center;
}
TABLE.gallery
{
  border-style: none;
  padding: 2px;
}
TD.gallery
{
  border-style: none;
  margin: 2px;
  padding: 10px;
}
LI
{
  list-style-image: url(/images/sunbul1a.gif);
  list-style-type: square;
}
H1 
{
  color: rgb(0, 0, 0); 
  text-decoration: underline; 
  font-size: medium; 
  text-align: center;
}
HR {color: rgb(128, 0, 0);}
A:LINK {color: rgb(0, 0, 0); text-decoration: underline;}
A:ACTIVE {color: rgb(128, 0, 0); text-decoration: underline;}
A:VISITED {color: rgb(0, 0, 0); text-decoration: underline;}
.NOTICE {color: rgb(128, 0, 0); font-family: Helvetica, sans-serif}