body {
    background:rgb(255, 221, 227);
    color:rgb(252, 46, 46);
    font-family:Didot;
}

p {
    background:rgb(255, 255, 117);
    color:orange;
    border:3px dotted orange;
    padding:15px;
    margin:30px;
    font-family:Courier New;
}

p:hover{
    background:red;
    color:white;
}

.banner {
    text-align:center;
    font-size:160%;
    border-style:groove;
}

a {
    color:red;
    text-decoration:none;
    font-style:italic;
    font-weight:bold;
}

a:hover {
    color:yellow;
}

