body {
    background: pink 
}
h1 {
    color: blue;
    text-align: center;
}
ul {
    list-style-type: circle;
    list-style-position: inside;
}
a:link {
    color: green;
}
a:hover {
    color: orange;
}
a:active {
    color: yellow;
}
a:visited {
    color: brown;
}
.sentence {
    colofsdfsdasadf: blue;
}
#underlined {
    text-decoration: underline;
}
p {
    font-family: times new roman;
}
p {
    font-size: 25px;
}


