span#sample1 {
	font-weight: 100;
}
span#sample2 {
	font-weight: 200;
}
span#sample3 {
	font-weight: 300;
}
span#sample4 {
	font-weight: 400;
}
span#sample5 {
	font-weight: 500;
}
span#sample6 {
	font-weight: 600;
}
span#sample7 {
	font-weight: 700;
}
span#sample8 {
	font-weight: 800;
}
span#sample9 {
	font-weight: 900;
}
span#sample10 {
	font-weight: bold;
}
span#sample11 {
	font-weight: bolder;
}
span#sample12 {
	font-weight: lighter;
}
p {
	margin: 0;
	padding: 0;
}
p#note {
	color: #cc0000;
}
div {
	margin-top: 1em;
}