
h1
{
    text-align: center;
    font-family: "Arial";
    font-style: normal;
    font-size: 20px;
    color: cyan;
}

p
{
    text-align: center;
    font-family: "Arial";
    font-style: normal;
    font-size: 20px;
    color: maroon;
}


ul
{
    list-style-type: katakana;
    text-align: left;
    color: orange;
    font-family: "Arial";
    font-style: normal;
    font-size: 20px;
}
a:link
{
    color: yellow;
}

a:visited
{
    color: plum;
}

a:hover
{
    color: lawngreen;
}

a:active
{
    color: turquoise;
}


