﻿body
{
    margin: 12px;
    background-color: aquamarine;
}

h1, h4, h6
{
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	color: blue;
}

h6
{
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
}

p
{
    font-family: Verdana, sans-serif;
    font-size: 1em;
    color: forestgreen;
    font-weight: bold;
}
