body,
html {
    margin: 0;
    padding: 0;
}

a {
    color: #000;
    display: inline-block;
    text-decoration: none;
}

a:hover {
    color: #000;
    opacity: 0.8;
    text-decoration: underline;
    transition: 1s;
}

img {
    max-width: 100%;
    height: auto !important;
}

a img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

p { margin: 0;}

table {
    width: 100%;
    border-collapse: collapse;
}

table tr th {
    font-weight: normal;
    text-align: left;
}