<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Finance News</title>


    <style>

        html,body,div,form,fieldset,legend,label{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}th,td{text-align:left;vertical-align:top;}h1,h2,h3,h4,h5,h6,th,td,caption{font-weight:normal;}img{border:0;}


        h2,h3 {
          text-align: center;
        }

        .footer {
            width: 100%;
            text-align: center;
        }

        .mycentre { text-align: center; }

        a {
            color: #333;
            text-decoration: none;    
        }

        ul {
            padding:0;
            margin:0;
        }

        li {
            display: inline-block;
            text-align: center;
            border: 1px solid #ccc;
            box-shadow: 0.4em 0.3em 0.3em #ccc;
            padding:0.4em 0.7em;
            margin:0.2em;
            font-size: 0.8em;
            min-width:11em;
        }


        #myBtn {
          display: none; /* Hidden by default */
          position: fixed; /* Fixed/sticky position */
          bottom: 0.9em; /* Place the button at the bottom of the page */
          right: 0.9em; /* Place the button 30px from the right */
          z-index: 99; /* Make sure it does not overlap */
          border: 1px dotted #777; /* Remove borders */
          outline: none; /* Remove outline */
          background-color: #bbb; /* Set a background color */
          color: white; /* Text color */
          cursor: pointer; /* Add a mouse pointer on hover */
          padding: 0.8em; /* Some padding */
          border-radius: 0.3em; /* Rounded corners */
          font-size: 0.9em; /* Increase font size */
        }

        #myBtn:hover {
          background-color: #555; /* Add a dark-grey background on hover */
        }


    </style>



</head>


<body>


    <h2>Today's Finance News from the UK and around the World!</h2>
    <h3>Stay in touch @ <a href="https://bit.ly/3whSF7I" target="_blank">Stephen P.</a></h3>

    <div class="mycentre">
        <ul>
         <li><a href="#general">General News</a></li>
         <li><a href="#infrastructure">Infrastructure</a></li>
         <li><a href="#realestate">Real Estate</a></li>
         <li><a href="#privateequity">Private Equity</a></li>
         <li><a href="#technology">Technology</a></li>
        </ul>
    </div>

    <a name="general">
    <rssapp-magazine id="_QrdDV3ZHuBM0bZWU"></rssapp-magazine><script src="https://widget.rss.app/v1/magazine.js" type="text/javascript" async></script>
    </a>

    <br><br>
    <a name="infrastructure">
    <rssapp-wall id="_ANj5MXMxpWCFk0ft"></rssapp-wall><script src="https://widget.rss.app/v1/wall.js" type="text/javascript" async></script>
    </a>

    <br><br>
    <a name="realestate">
    <rssapp-wall id="_1NIhdycJpK0N1Opq"></rssapp-wall><script src="https://widget.rss.app/v1/wall.js" type="text/javascript" async></script>
    </a>

    <br><br>
    <a name="privateequity">
    <rssapp-wall id="tO811aW1IykyqXVz"></rssapp-wall><script src="https://widget.rss.app/v1/wall.js" type="text/javascript" async></script>
    </a>

    <br><br>
    <a name="technology">
    <rssapp-wall id="_F3wZg4zrXCKldMjo"></rssapp-wall><script src="https://widget.rss.app/v1/wall.js" type="text/javascript" async></script>
    </a>



    <br>
    <button onclick="topFunction()" id="myBtn" title="Go to top">Back to Top</button> 
    <br>
    <div class="footer">© 2024 <a href="https://bit.ly/3whSF7I" target="_blank">Stephen P.</a></div>
    <br>



    <script>
        // Get the button:
        let mybutton = document.getElementById("myBtn");

        // When the user scrolls down 20px from the top of the document, show the button
        window.onscroll = function() {scrollFunction()};

        function scrollFunction() {
          if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
            mybutton.style.display = "block";
          } else {
            mybutton.style.display = "none";
          }
        }

        // When the user clicks on the button, scroll to the top of the document
        function topFunction() {
          document.body.scrollTop = 0; // For Safari
          document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera
        } 
    </script>




</body>

</html>

