body
{
   color: black;
}

a
{
   color: black;
   text-decoration: none;
}

a:hover
{
   font-style: italic;
   text-decoration: none;
}

.title
{
   color: #ff3399;
   font-family: Comic Sans MS, Sans;
   font-size: x-small;
   font-weight: bold;
}

.bodytext
{
   color: black;
   font-family: Comic Sans MS, Sans;
   font-size: 9pt;
   text-align: left;
}

.centertext
{
   color: black;
   font-family: Comic Sans MS, Sans;
   font-size: 9pt;
   text-align: center;
}

.righttext
{
   color: black;
   font-family: Comic Sans MS, Sans;
   font-size: 9pt;
   text-align: right;
}

.errortext
{
   color: red;
   font-family: Comic Sans MS, Sans;
   font-size: x-small; 
}

.subscriptionhead
{
   font-family: Comic Sans MS, Sans;
   font-size: 9pt;
   font-weight: bold;
   color: black;
   text-align: justify;
}

.subscriptionbody
{
   font-family: Comic Sans MS, Sans;
   font-size: 9pt;
   color: black;
   text-align: justify;
}

.subscriptionfoot
{
   font-family: Comic Sans MS, Sans;
   font-size: xx-small; 
   color: black;
   text-align: justify;
}
  
.subscription input
{
   font-family: Comic Sans MS, Sans;
   font-size: x-small
}

.subscription textarea
{
   font-family: Comic Sans MS, Sans;
   font-size: x-small;
}