﻿body {
    background-color: dimgrey;
    color: antiquewhite;
    font-family: Calibri;
    font-size: 12pt;
    text-shadow: 1px 1px 2px black;
    margin: 0;
}

h1 {
    font-size: 1.8em;
}

h2{
    font-size: 1.6em;
    color: lightgoldenrodyellow;
}

h3{
    font-size: 1.4em;
}

h4{
    font-size: 1.2em;
}

hr {
    border: solid 1px antiquewhite;
    background-color: antiquewhite;
}

p{
    padding: 2px, 10px, 3px, 10px;
}

a{
    color: lightgoldenrodyellow;
    font-size: 1.1em
}
