﻿* 
{
    margin: 0;
    padding:0;
    font-family: Arial, Verdana, Helvetica, sans-serif;    
}

body {
    background-color: #E8D2DE;
}

h1 {
    text-transform: uppercase;
    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: normal 11px/14px arial, sans-serif; 
}
