.text {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	overflow: hidden; /*for smoothier animations*/
}
h3{
	font-family: "Arial", sans-serif;
	font-size: 13px;
}
ol{
	margin-left:-17px;
}
a {
	text-decoration: none;
	color: black;
}
a:hover{
	color: #606060 ;
}

