hr {
    border-color: darkgreen;
} 
#comments {
    font-weight: bold;
    padding: 5px 5px;
    background-color: lightgrey;
}
#health {
    background-color: ;
}
#health #news {
    font-size: 32px;
    padding-top: 10px;
}
#health #heading {
    font-size: 24px;
    text-transform: capitalize;
    margin: 10px 10px;
    font-weight: bold;
}
#health #picture img {
    width: 100%;
}
#health #text {
    font-size: 18px;
}
#sub img {
    width: 90%;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 10px 10px;
}
#sub #txt {
    margin: 10px 0px;
    font-size: 16px;
    font-weight: bold;
}
#news {
    font-weight: bold;
    color: #15302b;
}
#comment form label {
    font-weight: bold;
    font-size: 16px;
    margin: 5px 0;
}
#comment form input[type=text] {
    width: 200px;
    height: 30px;
    margin: 5px 0;
}
#comment form input[type=submit] {
    height: 30px;
    margin: 5px 0;
    border: none;
    color: white;
    background-color: #c53a27;
    font-weight: bold;
}
#comment form textarea {
    width: 200px;
    margin: 5px 0;
}
#show #v_name {
    font-weight: bold;
    font-size: 16px;
    color: #f3844f;
}
#show #v_comment {
    font-weight: none;
}
#chead .chead{
    display: inline-block;
    padding: 5px 15px;
    background-color: grey;
    font-weight: bold;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 5px;
}
#pdate {
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
    font-size: 16px;
    color: dimgrey;
}