If it is possible, could someone please revise my code to see if any improvements can be made?
<html>
<head>
  <title>Roamfree - Official Website</title>
  <link rel="stylesheet" href="index.css">
  <style>
ul {
    list-style-type: none;
    margin: 25px;
    padding: 0;
    overflow: hidden;
}
li {
    float: center;
}
a:link, a:visited {
    display: block;
    width: 120px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #98bf21;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    text-transform: uppercase;
}
a:hover, a:active {
    background-color: #7A991A;
}
</style>
</head>
<body>
<div class="top"> <h1 style="font-size:250%">Welcome to the Roamfree Homepage!</h1> </div>
<div class="main">
 	<h1>About Roamfree</h1>
 	<p title="About Roamfree">
  		Roamfree is a small company that wants to be recognised by the internet and we 
  		decided to make a website to hold ALL our future products, apps and games!
     	This is a Prototype website (not even alpha) so I need support from 	
     	the online community so my coding skills will progress further and this company 	
     	will (eventually) grow!</p>
     	
    <h1>Relyr</h1>
 	<p title="Description">Well Relyr is the measuring app that I am currently developing
 	and it is optimised for iOS 8 and is targeted at the Iphone 5s (sorry Ipad users) 
 	and you press Start then you walk with your Iphone with you and afterwards you press
 	Stop then using GPS it approximately calculates how far you walked, this is mainly for
 	architects and builders but perfectionists can also use it as well :)</p>
</div>
	<div class="left"> <h1>Updates</h1>
	
	<p>So, my first update for this newly founded company as I am VERY happy to have
	a opportunity to get some of the profits and of course the fans and supporters as well
	and here's to a (hopefully) HUGE future for this company because of the support
	and help from you guys.</p></div>
		<div class="right"><h1>Navigation</h1>
		<p style="font-size:100%">Where do you want to go?</p>
		<ul>
  			<li><a href="#home">Home</a></li>
  			<li><a href="#shop">Shop</a></li>
  			<li><a href="#news">News</a></li>
  			<li><a href="#about">About</a></li>
  			<li><a href="#contact">Contact Us</a></li>
		</ul>
		</div>
</body>
</html>