body {
    font-family: Tahoma;
    font-size: 13px;
}

p {margin: 10px; padding-left: 10px; border-left: 7px solid black;}

a:link, a:visited, a:active {
    color: black;
    text-decoration: underline;
}

a:hover {
    color: white;
    text-decoration: none;
}


