BODY {

        color: #FFFFFF;
}


A {
        FONT-FAMILY: Trebuchet MS,Arial, Helvetica, sans-serif;
        FONT-SIZE: 10px;
        text-decoration: none;
        color: #9ad;
}

A:Hover {
        text-decoration: underline;
        color: #a7a;
}

A.menu {
        FONT-FAMILY: Trebuchet MS,Arial, Helvetica, sans-serif;
        FONT-SIZE: 12px;
        text-decoration: none;
        color: #9ad;
}

A.menu:Hover {
        text-decoration: underline;
        color: #a7a;
}

.title {color: #ad9; FONT-SIZE: 22px; FONT-FAMILY: Trebuchet MS,Arial, Helvetica, sans-serif;}
.smallTitle {color: #a7a; FONT-SIZE: 10px; FONT-FAMILY: Trebuchet MS,Arial, Helvetica, sans-serif;}
.smallTitleLink {color: #9ad; FONT-SIZE: 10px; FONT-FAMILY: Trebuchet MS,Arial, Helvetica, sans-serif;}
.text12px {color: #fff; FONT-SIZE: 12px; FONT-FAMILY: Trebuchet MS,Arial, Helvetica, sans-serif;}
.text9px {color: #fff; FONT-SIZE: 9px; FONT-FAMILY: Trebuchet MS,Arial, Helvetica, sans-serif;}


/* Header
----------------------------------------------- */
@media all {
  #header {
    width:660px;
    margin:0 auto 10px;
    border:1px solid #333;
    }
  }
@media handheld {
  #header {
    width:90%;
    }
  }
#blog-title {
  margin:5px 5px 0;
  padding:20px 20px .25em;
  border:1px solid #222;
  border-width:1px 1px 0;
  font-size:200%;
  line-height:1.2em;
  color:#ccc;
  text-transform:uppercase;
  letter-spacing:.2em;
  }
#blog-title a {
  color:#ccc;
  text-decoration:none;
  }
#blog-title a:hover {
  color:#ad9;
  }
#description {
  margin:0 5px 5px;
  padding:0 20px 20px;
  border:1px solid #222;
  border-width:0 1px 1px;
  font:71%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#777;
  }
td.tvhead {
  background:#000;
  margin:0;
  font:x-small "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
  text-align:center;
  color:#ccc;
  font-size/* */:/**/small;
  font-size: /**/small;
  }
