/* CSS Document */


body { margin: 5% 15% 15% 15% }




<UL>
LI.square { list-style: square inside }
</UL>




/* Body and p elements */
    body {
    font-size: 10pt;
    }

    p {
    font-family: Arial, Verdana, sans-serif;
    font-size: 10pt;
    color: #000000;
    line-height: 130%;
    text-align: justify;
    }



/* Headings */

    h1 {
    font-family: Arial, sans-serif;
    font-size: 20pt;
    color: black;
    padding-top: 5px;
    line-height: 120%;
    margin-bottom: -7px;
    border: 0px;
    font-weight: bold;
    }

    h2 {
    font-family: Arial, sans-serif;
    font-size: 18pt;
    color: black;
    padding-top: 5px;
    line-height: 120%;
    margin-bottom: -7px;
    border: 0px;
    font-weight: bold;
    }

    h3 {
    font-family: Arial, sans-serif;
    font-size: 16pt;
    color: #000080;
    padding-top: 5px;
    line-height: 120%;
    margin-bottom: -7px;
    border: 0px;
    font-weight: bold;
    }



/* Lists */

    ul {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11pt;
    color: #000000;
    line-height: 140%;
    }
	
    li {
    list-style: square;
    margin-left: +10px;
    line-height: 140%;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11pt;
    color: #000000;
         }


/* Links */

	
    a:link {
    font-family: Arial, sans-serif;
    color: #4284a6;
    background-color: transparent;
       }

    a:active {
    font-family: Arial, sans-serif;
    color: silver;
    background-color: transparent;
    text decoration: none;
        }

    a:hover {
    font-family: Arial, sans-serif;
    font-size: 101%;
    color: silver;
    background-color: transparent;
    text-decoration: none;
      }


    a:visited {
    font-family: Arial, sans-serif;
    color: #473a43;
    background-color: transparent;
    text decoration: none;
        }