body,td,th {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #FFFFFF;
        background:linear-gradient(180deg,rgba(80,80,80,1) 0%,rgba(0,0,0,1) 100%);
}
p {
   line-height: 8px;
   margin-bottom: 8px;
}
th {
   text-decoration: underline; 
   color: #ff0000; 
   font-size: 16px;
}

h1 {
   font-size: 38px;
   font-style: bold;
   line-height: 0.5;
}
h2 {
   font-size: 34px;
   font-style: bold;
   text-decoration: underline;
   line-height: 0.5;
}
h3 {
   font-size: 30px;
   font-style: italic;
   font-style: bold;
   line-height: 1.1;
}

a:link {
    color: #7bd3df;
}

a:visited {
    color: #7bd3df;
}

a:hover {
   color: #FFFFFF;
   font-style: bold;
}
a:active {
    color: 7bd3df;
}
.div-0 {
        background-color: #273894;
}
.div-1 {
        background-color: #027896;
}
.div-2 {
        background-color: #2075ab;
}
.div-3 {
        background-color: #1c3199;
}
.small {
        font-size: 12px;
}

.button1 {
   font-size: 24px;
   border-radius: 12px;
   padding: 10px 10px;
}
