<html>
<style>
body { background-color: #FF0000;
       color: #FF0000;
}
</style>
<head>
<title>External Styles</title>
  <link rel="stylesheet" href="color.css" type="text/css" />
</head>
<body>
  <p>This web page uses an external style sheet.</p>
</body>
</html>