body {
	background-color: #fff;
	background-repeat: no-repeat;
	font-family : arial;
	font-size : 11px;
	font-style : normal;
	font-weight : 300;
	color : #333;
	margin: 0px;
	margin:0;
	padding:0;
	height:100%;
	border:none
}

html {
	margin:0;
	padding:0;
	height:100%;
	border:none
}

/*********************
	fonts
*********************/

p
	{
	font-family: Arial;
	font-size: 12px;
	margin-left: 70px;
	margin-right: 70px;
	width: 500px;
	color: #333;
	line-height: 20px;
	}

h1
	{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin-left: 70px;
	color: #333;
	line-height: 20px;
	}

a {
	color: #333;
	}



