A {
   text-decoration: underline;
   color: #C0C0CA;
   font-family: Arial;
  }

A:Hover 
  {
   text-decoration: underline;
   color: white;
  }

.plain_text
  {
   color: #C0C0CA;
   font-size: 16px;
   font-family: Arial;
  }

.head_text
  {
   color: #C0C0CA;
   font-size: 20px;
   font-family: Arial;
  } 

.logo_text
  {
   color: white;
   font-size: 30px;
   font-family: Times;
  }

P
 {
   color: #C0C0CA;
   font-size: 16px;
   font-family: Arial;
   margin-right: 15px;
   margin-left: 15px;
 }