

.c {text-align: center;}
a:link {color: white;}
a:visited {color: gray;}
a:hover {color: red;}

.body
{
   background-image: url('Background 2b.jpg');
   width: 100%;
   font-family: Times New Roman;
   font-size: 17px;
   font-weight: bold;     
   font-style: normal;
   color: white;
   float: center;
}

.text
{   
   font-family: Times New Roman;
   font-size: 17px;
   font-weight: bold;
   color: white;
   float: center;
   text-align: left;
   margin-left: 15px;
   margin-right: 15px;
}

.footer
{
   font-family: Times New Roman;
   font-size: 17px;
   font-weight: bold;
   color: white;
   float: center;
   text-align: center;
}

.label
{
   font-family: Times New Roman;
   font-size: 22px;
   font-weight: bold;
   color: white;      
   float: center;
   text-align: center;
}
.logo
{
   font-family: Times New Roman;
   font-size: 15px;
   font-weight: normal;
   color: white;
   float: center;
   text-align: center;
}