.lineonly {
	fill: none;
	stroke: blue;
	stroke-width: 3;
	stroke-opacity: 60%;
}

.redlineonly {
	fill: none;
	stroke: red;
	stroke-width: 2;
}

.greenlineonly {
        fill: none;
        stroke: #0F0;
        stroke-width: 2;
	stroke-opacity: 80%;
}
.orangelineonly {
        fill: none;
        stroke: #FC0;
        stroke-width: 2;
	stroke-opacity: 70%;
}

.greylineonly {
        fill: none;
        stroke: #888;
        stroke-width: 3;
        stroke-opacity: 70%;
}

.pinklineonly {
        fill: none;
        stroke: #0090F0;
        stroke-width: 1;
        stroke-opacity: 90%;
}




.redtext {
	fill: red;
}

.bluetext {
	fill: blue;
}

