��/**
 * Institute - Base
 *
 * Base stylesheet with the HTML and BODY tags.
 *
 * /global/css/institute_base.css
 */

html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: Tahoma, Arial, sans-serif;
	font-size:small;
	color:#222;
}
