body{
	font-family: arial;
	color: black;
}
a.next_step{
	font: bolder 18px arial;
	color: black;
	text-decoration: none;
}
a.next_step:hover{
	color: #306;
	text-decoration: underline;
}
.top{
	font: bolder 18px arial;
}
.describe{
	font: 10px arial;
}
.cell{
	background-color: #F5F5F5;
	border: 1px dashed;
	border-color: #306;
}
.model{
	font: bolder 18px arial;
}
.model_note{
	font: bolder 12px arial;
}
.price_comp{
	font: bolder 12px arial;
	color: red;
}
.description_static{
	font: bolder 11px arial;
}
.description_dynamic{
	font: 9px arial;
}

