@charset "utf-8";

/* CSS Document */

.GreenText {color: #006600}
.small {font-size: x-small}

.bold {font-size: large}

.floatright {
	float: right;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
}
.floatleft {
	float: left;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 6px;
}
