@charset= "UTF-8";

body	{color: blue}
h1		{boder-bottom:solid 2px black; font-size: 30px}
h2		{color: red; font-size: 24px}
p		{color: #696969;font-size: 16 ;line-height: 1.5}
ul		{color: #008080;font-size: 20}
.one	{color: orange;font-weight: bold;line-height: 2}
.two	{background-color: yellow;line-height: 1.5}

.three{
	color: blue;
	width: 100px;
	height:150px;
	background: yellow}
/* CSSのコメントアウトはこうやって書く*/