body
    {
    height: 100%;
    min-height: 100%;
    background-color: #fdcefc;
    background-image: linear-gradient(#fdb9fc, #fdcefc);
    /*background-image: radial-gradient(#fdb9fc, #fdcefc);*/
    background-size: cover;
    background-repeat: no-repeat;
    color: #930092;
    text-align: center;
    }

h1
    {
    font-size: 3.6em;
    }

h2
    {
    font-size: 3em;
    }

h3
    {
    font-size: 2.4em;
    }

h4
    {
    font-size: 1.8em;
    }

h5
    {
    font-size: 1.6em;
    }

h6
    {
    font-size: 1.4em;
    }

a
    {
    color: #930092;
    }

panel
    {
    background-color: #fdb9fc;
    }

panel p
    {
    color: #930092;
    }

panel, .panel
    {
    margin: 6px;
    padding: 8px;
    background-color: #fdb9fc;
    border-color: #930092;
    border-style: outset;
    border-width: 2px;
    border-radius: 7.5px;
    width: auto;
    box-shadow: 3px 3px 3px #777;
    -webkit-box-shadow: 3px 3px 3px #777;
    -moz-box-shadow: 3px 3px 3px #777;
    }

thumbnail, .thumbnail
    {
    display: table;
    font-family: 'Finger Paint', sans-serif;
    margin: 4px;
    padding: 6px;
    background-color: #fdb9fc;
    border-color: #930092;
    border-style: outset;
    border-width: 2px;
    border-radius: 7.5px;
    width: auto;
    float: left;
    box-shadow: 3px 3px 3px #777;
    -webkit-box-shadow: 3px 3px 3px #777;
    -moz-box-shadow: 3px 3px 3px #777;
    }

.caption
    {
    display: table-caption;
    /*caption-side: top;*/
    }

a img
    {
    /*border: 2px solid white;*/
    border-width: 2px;
    border-color: #fdcefc;
    border-style: ridge;
    }

a img:hover
    {
    /*border: 3px solid black;*/
    border-width: 2px;
    border-color: #930092;
    border-style: ridge;
    }
