<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="ja">
<head>
<title>Style Sheet Test</title>
<link rel="stylesheet" type="text/css" href="ncs.css">
</head>
<!--
A:hover { color: green }
-->
H1{
    color: red;
    background: yellow
;
}
body{
	background : url(pic/mm_ph1.jpg) center center / auto auto no-repeat fixed padding-box border-box red;
}
</html>