ul#sample1 {
	list-style-type: disc;
}
ul#sample2 {
	list-style-type: circle;
}
ul#sample3 {
	list-style-type: square;
}
ol#sample4 {
	list-style-type: decimal;
}
ol#sample5 {
	list-style-type: decimal-leading-zero;
}
ol#sample6 {
	list-style-type: lower-roman;
}
ol#sample7 {
	list-style-type: upper-roman;
}
ol#sample8 {
	list-style-type: lower-greek;
}
ol#sample9 {
	list-style-type: lower-alpha;
}
ol#sample10 {
	list-style-type: lower-latin;
}
ol#sample11 {
	list-style-type: upper-alpha;
}
ol#sample12 {
	list-style-type: upper-latin
}
ol#sample13 {
	list-style-type: hebrew;
}
ol#sample14 {
	list-style-type: armenian;
}
ol#sample15	{
	list-style-type: georgian;
}
ol#sample16	{
	list-style-type: cjk-ideographic;
}
ol#sample17 {
	list-style-type: hiragana;
}
ol#sample18 {
	list-style-type: katakana;
}
ol#sample19 {
	list-style-type: hiragana-iroha;
}
ol#sample20 {
	list-style-type: katakana-iroha;
}
ul#sample21 {
	list-style-type: none;
}
table {
	width: 100%;
}
td { 
	width: 25%;
}