﻿* 
{
    margin: 0;
    padding:0;
    font-family: Arial, Verdana, Helvetica, sans-serif;    
}

body {
     background-color: #ffffcc;
}

h1 {
    margin:0;
}

h3 
{
    color: #000000;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
}

h4 {
    color: #000000;
    font-style: italic;
    font-weight: lighter;
    font-size: .9em;
}

p 
{
    font-size: .9em;
    margin-bottom:10px;
    color: #666;
}

