/* -----------------------------------------------------------------------------
     SWIFTIES.CSS
   ----------------------------------------------------------------------------- */

body
{
  background-color: #444;
  color: #999;
}
   
a
{
  color: #ccc;
}
   
div#swifties p 
{
   font-weight: normal;
   font-size: 14pt;
   margin-left: 50px;
}   

div#swifties p span
{
   font-weight: bold;
   font-size: 10pt;
   margin-left: 60px;
}   