@CHARSET "UTF-8";

h1 {
	position: relative;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #6AB238;
}

a:HOVER {
	text-decoration: underline;
}

.activePage a {
	cursor: default;
	text-decoration: none;
	color: #fff;
}


.clearAll {
	clear: both;
}

.toggleHeading {
	display: block;
}

.toggleItem {
	display: none;
}

.toggleClose {
	display: block;
	text-align: right;
}

span.space {
	display: block;
	height: 20px;
}

span.fileSize {
	color: gray;
	font-size: 0.8em;
}

.gotoLine {

}

span.goto {
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
}

.top {
	
}


@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {

}
