body {
	background-color: #000000;
	margin: 0px;
}
.linegreybottom {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.linegreytop {
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #CCCCCC;
}
.linegreyleft {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.linegreyright {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.lineblackbottom {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.lineblacktop {
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #000000;
}
.lineblackleft {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
}
.lineblackright {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
}
.linegreyall {
	border: thin solid #CCCCCC;
}
.lineblackall {
	border: thin solid #000000;
}
.linegreybottomright {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
