/*** TEXT ***/

/* ordinary paragraph text */
p, ul, ol, li, dl, dt, dd, blockquote {
      font-family: "Trebuchet MS", Trebuchet, Arial, Lucida, Helvetica, sans-serif;
      font-size: 12px;
      color: #CCCCCC;
      line-height: 135%
}

/* loading */
.loading {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 13px;
      color: #CCCCCC;
}


/*** LINKS ***/

A,
A:link { text-decoration: none; color: #CCCCCC }
A:visited { text-decoration: none; color: #CCCCCC }
A:active,
A:hover { text-decoration: underline; color: #CCCCCC }
