body {
    font-family: "MS ゴシック";
    margin-left: 20%;
    margin-right: 20%;
}

a {
    color: blue;
    text-decoration: none;
}

a:hover {
    color: red;
    text-decoration: underline;
}

a:visited {
    color:blueviolet;
}