/* styles for superluminal.com */

body
{
  color: black;
  background-color: white;
  font-family: Lucida, Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 10pt;
  text-align: left;
}

small
{
  font-size: 8pt;
}

.small
{
  font-size: 8pt;
}

small.more
{
  font-size: 6pt;
}

a
{
  font-family: Lucida, Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  color: #CC0000;
  background-color: white;
}

a:visited
{
  color: #990000;
  background-color: white;
}

a:hover
{
  color: #990000;
  background-color: #FFC;
}

a.nohover:hover
{
  color: #990000;
  background-color: white;
}

a.small
{
  font-size: 8pt;
}

div.topic
{
  background-color: #eeeeee;
  font-size: 12pt;
  font-weight: bold;
}

span.item
{
  font-size: 10pt;
}

.label
{
  background-color: #eeeeee;
}