﻿body {padding: 20px 0 20px 0; 
    margin: 0; 
    background-color: #fff;
    text-align: center}

p
{
    font-family: Georgia, Arial;
    color: #333;
    font-size: 1.2em;
    text-align: center;
    background-color: white;
}

a:link, a:visited {color: #333}

.title {font-size: 1.8em}

.papyrus {font-family: Papyrus, arial, "Times New Roman"}

.small {font-size: 0.8em}

.large {font-size: 2em}

.italic {font-style: italic}

.bold {font-weight: bold}

.padtop20 {padding-top: 20px}
.padtop30 {padding-top: 30px}

