<html>
<head>
<style>
body
{
color:green;
}
</style>
</head>
<body>
<h1>Hello world!</h1>
<p>This is some text.</p>
<p><a href="//www.w3xue.com">Visit W3xue.com!</a></p>
</body>
</html>