.text { 
    font-size: 12; 
    color: black; 
    font-weight: bold;
    margin-left: 20px;}
.title { 
    font-size: 24; 
    color: black;
    text-align: center; }
.subtitle { 
    font-size: 18; 
    color: black;
    text-align:center; }
.alert { 
    font-size: 24; 
    color: red;
    text-align:center; }
A:link    {
    font-size: 12; 
    font-weight: bold;
    color: black; }
A:active  {
    font-size: 12; 
    font-weight: bold;
    color: black; }
A:visited {
    font-size: 12; 
    font-weight: bold;
    color: black; }
A:link, A:visited, A:active {
     text-decoration: none }
H1 { 
    font-size: 32; 
    color: black;
    text-align: center; 
    font-family=Lucida Handwriting, Verdana, Arial, Helvetica, sans-serif; }
H2 { 
    font-size: 18; 
    color: black;
    text-align: center; }
H3 { 
    font-size: 14; 
    color: black;
    text-align: center; }
H5 { 
    font-size: 36; 
    color: black;
    text-align: center; 
    font-family=Lucida Handwriting; }
BODY {
    margin: 0px;
    padding:0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12;}
P { font-size: 12;}
