<html>
	<head>
		<title></title>
		<link rel="stylesheet" type="text/css" href="css/no.css" />
	</head>

	<body>
		<a href="index.html">Home</a>
		 &nbsp;
		<a href="aboutme.html">About me</a>
		&nbsp;
		<a href="contact.html">Contact me</a>

		<hr></hr>

		<h1>Contact details</h1>

		Here is my address:
		<ul>
			<li>133, my street</li>
			<li>My town</li>
			<li>My nation</li>
			<li>Final item in the list</li>
		</ul>

	</body>
</html>