﻿body {
    font-family:'Comic Sans MS', Arial,sans-serif;
    background-color:#bae7fb;
}

h1 {
    text-align:center;
    color:#0000ff;
    font-size:36px;
    height:40px;
    margin-bottom:5px;
    margin-top:5px;
}

h2 {
    text-align:center;
    color:#0000ff;
    font-size:16px;
    height:20px;
    margin-top:5px;
    margin-bottom:5px;
}

h3 {
    text-align:center;
    font-size:20px;
    height:24px;
}

h6 {
    text-align: center;
    color: #0000ff;
    font-size: 36px;
    height: 40px;
    margin-bottom: 5px;
    margin-top: 5px;
}

p {
    text-align:center;
    font-size:16px;
}

div{
    text-align:center;
    font-size:medium;
    align-content:center;
}

table {
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    font-size:16px;
    padding:0;
    border-spacing:0;
    border-collapse:collapse;
    width:800px;
}

th {
    font-size:20px
}

td {
    border: 2px solid green;
    border-style: dotted;
    padding: 3px;
}

img {
    border:2px solid blue;
    border-radius:10px;
}