div#footer
{
	text-align:center;	
}

div.page
{
	width:70%;
	margin: auto;
	padding: 20px;
	background-color: white;
	border: 1px solid #AAAAAA;
	border-top: none;
}

ol.steps
{	
	color:#35358c;
	font-size:16px;
	font-weight:bold;
}

ol.steps code
{
	font-weight:normal;
	color:black;
	font-size: 14px;
}

ol.steps h2
{
	color:#35358c;		
	font-size:16px;
}

ol.steps p
{
	color:black;
	font-weight:normal;
	font-size:14px;
}

ul.breadcrumb
{
	margin:0px;
	padding:0px;
	list-style: none;
}

ul.breadcrumb li
{
	display:inline;
	margin-right: 10px;	
	padding: 4px;
	border: 1px dotted black;
	background-color:#F8F8F8;
}
