#channeltitle {
   padding: 0px;
   margin: 0px;
   width: 380px;
}
#channeltitle h2 {
   margin-bottom: 0px;
}
#channeltitle p {
   background: #f5f9ff;
   padding: 4px;
}
#channeltitle a {
   color: #062971;
   text-decoration: underline;
}
#channeltitle a:hover {
   color: #000000;
   text-decoration: none;
}