body {
    background-color: white;
    color: rgb(0, 162, 255) (255, 132, 119) (0, 191, 255);
}

p {
    color: rgb(0, 132, 255);
}

h1 {
    color: blue(0, 132, 255);
}
img 
{
 width: 250px;
    border: solid;
    border-width: 5px;
    border-color: rgb(0, 132, 255);
}

a:link {
    text-decoration-style: dotted;
    color: rgb(0, 255, 106);
}

a:visited {
    color: rgb(0, 255, 106);
    font-size: 24px;
}

a:hover {
    font-size: 24px;
    text-decoration-style: wavy;
}
