html{
	border: 0;
	padding: 0;
	margin: 0;
} 

body{
	margin: 10px;
	width: 750px;
	padding: 0;
	background: #fff;
	
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: lighter;
	color: #333;
}
b{	
	margin:0;
	color: #000;
}
h1{	
	margin:0;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 35px;
	font-weight: lighter;
	color: #333;
}
h2{	
	margin:0;
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 25px;
	font-weight: lighter;
	color: #333;
}
textarea{
	
	width: 500px;
	display: block;
}
xmp{
	
	display: inline;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: lighter;
	color: #999;
}

a{	
	text-decoration: none;
	border: 0;
	color: #000EFF;
}

a:hover{	
	text-decoration: underline;
}

hr{
	border: 0;
	height: 1px;
	background-color: #555;
	color: #555;
}
img{
	border: 0;
}