h1
{
   font-size:14pt;
}

h2
{
   font-size:12pt;
}

h3
{
   font-size:11pt;
}

h4
{
   font-size:10pt;
}

.box
{
    font-style : italic;
    border : 4px ridge #AAAAAA;
    padding-left : 15px;
    padding-right : 15px;
    margin-top : 5px;
    margin-bottom : 5px;
}

.nav
{
   display : none;
}

.c1
{
   text-align : center;
}

.c2
{
   text-align : right;
}

:link
{
   color: #0000FF;
   text-decoration : none;
}

:visited
{
   color: #0000FF;
   text-decoration : none;
}

:active
{
   color: #0000FF;
   text-decoration : none;
}


