<html>
<head>
<title>External Style Sheet</title>
<link rel="stylesheet" href="external.css" type="text/css">

      BODY {background-color: green}

      H1 {font-size: 12pt;
          font-family: "Verdana";
          color: blue}

      P  {font-size: 10pt;
          font-family: "Verdana";
          color: black}

      a {text-decoration: none;
         font-weight: bold;
         color: #5175A8}
   

</head>

<body>

<p>&nbsp;</p>

</body>

</html>
