    .font1 {
   	font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-size: 11px;
   	padding : 3px;
   }
    .capital {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: bold;
    }
    .font2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    }

    .font3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
    }
	
	                       A:link {
                       font-weight: normal;
                       text-decoration: none;
                       color: #000000;
                       }
                       A:visited {
                       font-weight: normal;
                       text-decoration: none;
                       color: #000000;
                       }
                       A:hover {
                       font-weight: normal;
                       text-decoration: none;
                       color: #0000D2;
                       }
                       A:active {
                       font-weight: normal;
                       text-decoration: none;
                       color: #000000;
                       }	