/* CSS Document */

<!DOCTYPE html>
<html>
<head>
<style>
body {
  color: blue;
}

h1 {
  color: Black;
}
</style>
</head>
</html>
