html, body {
	font-family: Arial, Verdana;
	color: #000;
}

h1 {
	font-family: Arial, Verdana;
	font-size: 0.85em;
	font-weight: bold;
	color: #000;
	text-align: center;
}

h3 {
	font-family: Arial, Verdana;
	font-size: 0.85em;
	font-weight: bolder;
	color: #FF0000;
	text-align: center;
}

p {
	font-family: Arial, Verdana;
	font-size: 0.8em;
	color: #000;
}

 .center {
	text-align: center;
}

#list_tick li { 
	font-family: Arial, Verdana;
	font-size: 0.8em;
	color: #000;
	list-style-type: none; 
	background-image: url(images/tick.gif); 
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-left: -30px;
	list-style-position: none;
 background-position: left;
}
