h1 {
    color: red;
}

li {
    color: hotpink;
    list-style-type: none;
}

.special {
    color: orange;
    font-weight: bold;
}

li em{
    color: blue;
}

p span {
    color: red;
}

a:link {
    color: pink;
}

a:visited {
    color: green;
}

a:hover {
    text-decoration: none;
   
}