﻿
body {
    background-color: gray;
}

a:link {
    color: white;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: plum;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
}

.MyLinkColor {
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
    block-size: fit-content;
    color: aquamarine;
    font-weight: bolder;
}
