/* Lotusland Fine Art CSS File */

/* Define body background color & font */
body
{
  color:#ffffff;
  background-color: #000000;
}

a:link
{
  color: #FF9999;
}

a:visited
{
  color: #FF9999;
}

a:active
{
  color: #FF9999;
}

table.entry
{
   width: 700px;
   border: 0px #000000 solid; /* no border, black, solid line */
   border-collapse: collapse; /* no space between cells */
}

/* Links in the header row of the table */
a.headings
{
  font-family: arial,helvetica;
  font-size: 12pt;
  text-decoration: none; /* no underline */
}
a.headings:link
{
  color: #ffffff;
}
a.headings:visited
{
  color: #ffffff;
}
a.headings:hover
{
  color: #FF9999;
}
a.headings:active
{
  color: purple;
}

/* Table Cell Properties */
/* Page Title */
td.pagetitle
{
   text-align: left;
   font-family: times,roman;
   font-size: 24pt;
   font-style: italic;
}
/* Normal Text */
td.ntext
{
   text-align: left;
   font-family: Verdana;
   font-size: 12pt;
}
/* Padded Cell */
td.padded
{
   padding:20px;
}
/* Padded Cell with Text */
td.tpadded
{
   padding:10px;
   text-align: left;
   font-family: arial,helvetica;
   font-size: 12pt;
}

