
body
{
background-color: #404040
}

.textBody
  {
    color:            #fff;
    font-family:      arial, helvetica, sans-serif;
    letter-spacing:   .3pt;
    font-size:        11px;
    line-height:      1.3;
    text-decoration:  none;
  }

a:link, a:visited{
  color: #b3b3b3;
  text-decoration:underline;
}

a:hover{
  color:#ffffff;
	text-decoration:underline;
}

.textLarge
  {
    color:            #b3b3b3;
    font-family:      arial, helvetica, sans-serif;
    font-size:        12px;
		font-weight:bold;
    text-decoration:  none;
  }
