уяснил с уникальным id
ток у меня нефе га не сменило цвет текста
head.html
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1 id='H1body'>Моя Первая Веб Страница</h1>
<blockquote id='TEXT_in_BODY'>texttexttexttexttexttexttexttexttext</blockquote>
<p id="demo">Это параграф time-data.</p>
</body>
style.css
<style>
#H1body{color:Red},
#TEXT_in_BODY{color:Yellow},
#demo{color:Green},
h1{color:pink}//это для document.write("<h1>" + Date() + "</h1>"); тут тожи можно id
</style>