.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
    font-weight: bold;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

<!-- body,
td,
th {
    font-family: verdana;
    font-size: 12px;
    color: #666;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

a {
    font-family: verdana;
    color: #333;
}

a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #C00;
    text-decoration: none;
}

a:active {
    color: #C00;
    text-decoration: none;
}

a:link {
    text-decoration: none;
    font-size: 12px;
}

.hading {
    color: #C00;
    font-weight: bold;
}

.align {
    text-align: justify;
}

.company-hadding {
    color: #B5AC00;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.td-color {
    color: #F00;
}

.copyright {
    font-size: 11px;
}

.home:link {
    color: #333333;
    text-decoration: none;
}

.home:visited {
    text-decoration: none;
    color: #333333;
}

.home:hover {
    text-decoration: none;
    color: #CC0000;
    font-weight: normal;
}

.homet:active {
    text-decoration: none;
    color: #333333;
}

.smolle {
    font-size: 11px;
    font-weight: normal;
}

.hading1 {
    color: #000;
    font-weight: bold;
}

p {
    font-family: verdana;
    line-height: 21px;
    text-align: justify;
    font-size: 13px
}

.borderdot{border-bottom-style: dotted !important; border: 1px;padding: 6px}
.copyright{font-size: 10px}
.matopbot0{margin-top: 0;margin-bottom: 0}