﻿html {
	overflow-y: scroll;
}
body {
	background-color: #009218;
}
.style_no_border {
	border-width: 0;
}
.style_bold {
	font-weight: bold;
}
.style_right {
	text-align: right;
}
.style_left {
	text-align: left;
}
.style_center {
	text-align: center;
}
