div{
	display: inline-block;
	width:45%;
}
ol{
	list-style-type: upper-roman;
}

ul{
	list-style-type: square;
}

/*Uncomment this rule */
/* ul, ol{
	list-style-image: url("../images/lightning.png");
} */

