/*
	laniol.css
	
	experimental css with big numbers
*/

ol#lanitips {
	margin-top: 1em;
	padding-left: 40px;
}

ol#lanitips li {
	list-style-type: decimal;
	font-size: 20px;
	list-style-position: inside;
	*list-style-position: outside;
	font-style: normal;
	margin-top: 1em;
	margin-bottom: 0;
	text-indent: 2px;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
}

ol#lanitips li ul {
	margin-top: 1em;
	margin-bottom: 1em;
}

ol#lanitips li ul li {
	font: normal normal 11px Verdana, sans-serif;
	list-style-type: disc;
	font-weight: normal;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 0;
}

ol#lanitips p {
	font: normal normal 11px Verdana, sans-serif;
}
