/* CSS Document */

#tips {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #323428;
	padding: 5px;
}

#tips ol {
	padding-bottom: 5px;
}
.grey {
	color: #C08591;
}


#tips li {
	list-style-position: outside;
	padding-bottom: 5px;
	list-style-type: decimal;
}
