.axes line {
	stroke-width: 1;
	stroke:#000000;
}

.plot {
	height:180px;
	margin:0px 1%;
}
.line
{
	stroke-width:0.5;
	stroke:#000066;
	fill:none;
}
.bg
{
	fill:#FFFFFF;
	opacity:0.5;
}