body{
    background-color: aqua;
    background-image: url("fondo.jpg");
}
#table1{
    background-color: hotpink;
    border-width: 8px;
    border-color: crimson;
    border-style: solid;
    color: rgb(43, 220, 20);
    text-decoration: underline;
    font-weight: bolder;
}
ul{
    color: rgb(210, 30, 30);
}
p{
    color: indianred;
    font-weight: bolder;
    text-decoration: dashed;
    text-decoration: underline;
    text-decoration: dotted;
}

