<!DOCTYPE html>
<html>
<head>
<style>
div { color: green }
</style>
</head>
<body>
<div>test</div>
</html>