﻿body {

    background-color:navy;
    color:white;
}

a:link
{
    color:gold;
}

a:visited
{
    color:gold;
}

a:hover
{
    color:white;
}

h1{
    text-align:center;
    color:yellow;
}

h2
{
    text-align:center;
}

.table3
{
    width:30%;
}

figure
{
    display:table;
    margin-left:auto;
    margin-right:auto;
}

img
{
    max-height:600px;
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
}

figcaption
{
    text-align:center;
    font-size:1.5em;
    caption-side:bottom;
    display:table-caption;
}

.centerit
{
    text-align:center;
    align-content:center;
    background-color:darkblue;
}

div
{
/*    text-align:center;  */
/*    background-color:chartreuse; */
}

.boldit
{
    font-weight:bolder;
    color:yellow;
}

.boldButts
{
    font-weight:bolder;
    color:black;
}

.in20
{
    display:inline-block;
    margin-left:20%;
    text-align:left;
}

a:link
{
    color: lightsalmon;
}

a:visited
{
    color: salmon;
}

a:active
{
    color:pink;
}
    