﻿body {
}


.myDiv {
    width: 98%;
    height: auto;
    min-height: 120px;
    border-bottom: 1px solid #CCC;
    text-align: center;
    color: #000000;
    padding: 10px;
}

    .myDiv a:hover {
        text-decoration: underline;
    }

.HyperLinkHover {
    text-decoration: none;
}

    .HyperLinkHover:hover {
        text-decoration: underline;
    }
