/* UNCOVER TRUTH .NET — Supplemental Stylesheet
   Primary styling is inline (HTML 4.01 attributes).
   This file provides minor resets and overrides. */

body {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

marquee {
    display: block;
}
