table#headerTable{
    width:100%;
    border-style: none;
    font-family: "Script MT Bold", cursive;
}

tr:nth-child(1) td#headerTD {
    height: 50px;
    border-style: none;
    text-align: left;
}
tr:nth-child(1) td#headerTD2 {
    height: 50px;
    border-style: none;
    text-align: right;
}

td {
    border: 1px solid black;
    width: 180px;
    height: 120px;
    text-align: center;
}

tr:nth-child(2) td:nth-child(1) {
    border-top: double black;
    border-left: double black;
}
tr:nth-child(2) td:nth-child(2) {
    border-top: double black;
}
tr:nth-child(2) td:nth-child(3) {
    border-top: double black;
}

tr:nth-child(3) td:nth-child(1) {
    border-left: double black;
}

tr:nth-child(4) td:nth-child(1) {
    border-left: double black;
    border-bottom: double black;
}


tr:nth-child(4) td:nth-child(1) {
    border-bottom: double black;
}
tr:nth-child(4) td:nth-child(2) {
    border-bottom: double black;
}
tr:nth-child(4) td:nth-child(3) {
    border-bottom: double black;
    border-right: double black;
}

tr:nth-child(3) td:nth-child(2) {
    border-right: double black;
}

tr:nth-child(2) td:nth-child(3) {
    border-right: double black;
    border-top: double black;
}

a{
    font-family: Script MT Bold, cursive;
    font-weight: lighter;
    text-decoration: underline;
}

h3{
    color: blue;
    font-family: Script MT Bold, cursive;
}

h1{
    color: #4b0082;
    font-family: Script MT Bold, cursive;
}
p{
    width: 500px;
    font-family: Script MT Bold, cursive;
    background-color: lightcyan;
}