.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-align:justyfy;
}
.text1 {
	font-family: Tahoma;
	font-size: 11px;
    text-align:center;
    color:white;
}
.text2 {
	font-family: Arial;
	font-size: 21px;
     color:white;
      text-align:left;
   }

       a:visited {
	font-family: Arial;
	font-size: 16px;
        color:#4E2727;
        text-decoration : none;
        }
            a:hover  {
	font-family: Arial;
	font-size: 16px;
        color:#4E2727;
        text-decoration : underline;
}
     a {
	font-family: Arial;
	font-size: 16px;
    color:#4E2727;
        text-decoration : none;
     }

