/* CSS File */
/* Body style */
body
{
   font-family: ariel,helvetica;
   font-size: 12pt;
   color: #ffffff;
   background-color: #000000
}

/* normal link */

a.normal
{
   font-family: arial,helvetica;
   font-weight: bold;
   text-decoration: none;
}

a.normal:link
{
   color:#ffffff;
}

a.normal:visited
{
   color:#ffffff;
}

a.normal:hover
{
   color:#ff3333;
}

a.normal:active
{
   color:#ffffff;
}

/* P Classes */

p.one
{
   color: #000000;
   text-align: justify;
    font-size: 18pt;
   font-family: arial,helvetica;
   margin-left: 200px;
   margin-right:200px;
}

p.two
{
   color: #000000;
   text-align: justify;
   font-size: 16pt;
   font-family: arial,helvetica;
   margin-left: 150px;
   margin-right: 150px;
}

p.three
{
   color: #000000;
   text-align: justify;
   font-size: 14pt;
   font-family: arial,helvetica;
   margin-left: 150px;
   margin-right: 150px;
}
