<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en'>
<head>
<title>font-weight</title>
<style type='text/css'>
h4 {
font-weight: normal;
}
p {
font-weight: bold;
}
</style>
</head>
<body>
<h4>When everything is dark, and you want to make it light.</h4>
<p>When everything is light, and you want to make it dark.</p>
</body>
</html>