/* CSS file */

html, body {
	width:100%;
	height:100%;
}

body {
	font-family: Verdana, Arial, sans-serif;
	background: #fff;
	color: #404040;
}

