svg {
	border:solid;
	border-width:2px;
	border-color:#dddddd;
	}


path {
	fill:black;
	}
	
.repeat path {
	fill:#bbe;
	}
	
path:hover {
	fill:cyan;
	}

.found_glyph path {
	fill:red;
	}
	
line {
	stroke: brown;
	stroke-width: 0.5;
}

svg text {
	font-size: 7pt;
	font-family:Helvetica, sans-serif;
	}

g text {
	font-size: 7pt;
	font-family:Helvetica, sans-serif;
	}

.hilite {
	fill:red;
	}

.hilite2 {
	fill:purple;
	}
	
g circle {
	fill:#b3b3b3;
	opacity:0.7;
	stroke:none;
	}
	
linebreak > text {
	fill:#ffffff;
	font-size:12px;
	font-family:sans-serif;
	}
	