<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
  <title>My first styled page</title>
	 <style type="text/css">
		body {
	    font-family: arial;
		    }
		h1 {   
		    background-color:#CCC;
		    border: 1px solid;
		    color:#39F;
		    text-align: center;
		    }

		table {
		    background-color: #F60;
		    border: 1px solid #39F;
		    width: 100%;
		    }
		td {
		    border: 0px;
		    text-align: center;
		    }

			p {
		    color:#09F;
		    text-indent: 20px;
		    }
	    @import url('imported-lvl2.css');
	 </style>
</head>

<body>

</body>
</html>