@font-face {
    font-family: LDF Comic Sans; src: url('../ldfcomicsans.ttf');
}

body {
    /*  background-color: #a2e3b8;*/
    background-image: url(images/tile.gif);
    color: green;
    font-family: LDF Comic Sans;
}

a {
    color: green;
    text-decoration: none;
}
a:hover{
    color: white;
}

hr{
  border: 2px dashed white;
}

h2 {
    margin-top: 16px;
    text-align: center
}

img {
    max-height: 160px;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
    float: left;
    border: 2px dashed white;
}
.bigbox {
    width: 776px;
    margin-left: auto;
    margin-right: auto;
}

.vboxL {
    width: 180px;
    float: left;
    margin-right: 8px;
}

.vboxC {
    width: 400px;
    margin: 0px;
    float: left;
}

.vboxR {
    width: 184px;
    float: left;
    margin: 0px -4px 0px 8px;
}

.box {
    border: 2px dotted white;
    border-radius: 12px;
    float: left;
    margin: 0px auto 8px auto;
    background-color: lightgreen;
    text-align: center;
    padding: 8px;
}

