.newsheader
{
font-size: 100%;
font-weight: bold;
}

.newsheader a
{
text-decoration:none;
color: #666666;
}

.newsheader a:hover
{
color: #000;
}

.newsdescription
{
padding: 2px;
}

#comment
{
    width: 100%;
    border: dashed 1px #ccc;
    margin-bottom: 5px;
    overflow:hidden;
    padding: 2px;
}
#comment:hover
{
    background-color: #ccc;
}
#commentheading
{
    font-weight:bold;
    float:left;
}
#commentheading a
{
    text-decoration: none;
}
#commentheadingright
{
    font-weight:bold;
    float:right;
}
#commenttext
{
    width: 100%;
    float:left;
}