body,input,textarea,button,td {
    font-family: Verdana,trebuchet MS,Helvetica,Sans-serif;
    line-height:15px;
    font-size:11px;
}

dt {
    padding: 10px 0px 0px 0px;
}

dd {
    padding: 5px 0px 0px 0px;
}

.comments {
    color: #666666;
    padding-left: 5px;
}

h1 {
  border-bottom: 1px solid #444444;
  font-family: Verdana,trebuchet MS,Helvetica,Sans-serif;
  font-size: 20px;
  line-height:20px;
  font-weight: normal;
  color:#444444;
  padding-top:5px;
}
  
.block {
    text-align: right;
    padding:12px;
}

.block-title,.block-title2 {
    font-size:18px;
    color:white;
    font-weight:bold;
    text-align:right;
    text-decoration:none;
    line-height: 25px;
}

.block-title2 {
    color:#000000;
    text-align:left;
}

a.block-title:hover{
    text-decoration:underline;
    color:white;
}

.footer {
    padding:3px;
    font-size:9px;
    color:white;
}

a.footer {
    color:white;
    padding:1px;
}
a.footer:hover {
    text-decoration:underline;
    color:white;
}


.news-by {
    font-size:9px;
}

.news-title, .news-title2 {
    font-size:12px;
    font-weight:bold;
    color:white;
}

.news-title2 {
    color:black;
}
.news-title:hover .news-title2:hover{
    text-decoration:underline;
}

a.news-title:hover{
    color:#dddddd;
}

.subtitle {
    font-size:12px;
    font-weight:bold;
    color:black;
}

a {
    text-decoration:underline;
    color:#000000;
}

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

.menu {
    text-align:center;
    text-decoration:none;
    color:#ffffff;
}

.menu:hover {
    text-align:center;
    text-decoration:underline;
    color:#cccccc;
}

.content {
    vertical-align:top;
    background-color: #eeeeee;
    padding: 10px;
    text-align:left;
}

.warning {
    color:red;
}

.bordered {
    border-bottom-style:solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
}

.highlight {
    border-width:1px;
    border-style:solid;
    border-color:#dddddd;
    background-color:#ffffff;
    display: block;
    padding: 10px;
}

.gallery {
    text-align: center;
    padding: 5px;
}