body {
    background-color: #fff;
    color: #000;
    font-size: 1em;
    font-family: sans-serif, helvetica;
    margin: 0;
    padding: 0;
}

    a:link { color: blue }

    a:visited { color: purple }

    a:hover { color: purple }

    a:active { color: red }

h1 {
    font-size: 1.5em;
    ont-weight: bold;
}
h2 {
    font-size: 1.8em;
    ont-weight: bold;
}
h3 {
    font-size: 1.80em;
    font-weight: bold;
}
.bigbold {
    color: #ff4d4d;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 44px;
    font-weight: 700;
    text-shadow: -2px 2px black;
    text-align: center;
}
table {
    border: 5px solid red;
    border-radius: 10px;
    width:80%;
    text-align: center;
}
.p1{
    color: black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 22px;
    text-align: center;
    margin-right: 12px;
    margin-left: 12px;
}
