/* html tag styles */

html {
	overflow: -moz-scrollbars-vertical;
}
body {
	background-color: #FFFFFF;
	margin: 100px 10px 15px 10px;
	font-family: "Trebuchet MS";
	font-size: 21px;
	font-weight: bold;
	color: #50B595;
}

