p {  text-decoration: none;
            color: black;
            font-family: "arial";
            font-size: 10pt;
            font-weight: medium; }
.title {  text-decoration: bold;
             color: black; 
             font-family: "arial";
             font-size: 18pt;
             font-weight: heavy; }
.bold {  text-decoration: bold;
             color: black; 
             font-family: "arial";
             font-size: 10pt;
             font-weight: heavy; }
a:link {  text-decoration: underline;
             color: #000066; 
             font-family: arial;
             font-size: 10pt;
             font-weight: medium; }
a:visited {  text-decoration: underline;
             color: #000066;
             font-family: arial;
             font-size: 10pt;
             font-weight: medium; }
.head  {  text-decoration: bold;
	     color: black;
             font-family: "arial";
             font-size: 14px;
	     font-weight: heavy; }