/* EasyWeb html style file */



body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	height: 100%;
	position:relative;

	
}

/*  txt  */
p {
	
}
h1 {
	font-size:36px;
	margin:20px 0 20px 0;
	font-weight:bold;
}

h2 {
	font-size:34px;
	font-weight:bold;
	margin:18px 0 3px 0px;
	    font-family: "Berkshire Swash",sans-serif;

}
h3 {
	font-size:28px;
	font-weight:bold;
	margin:15px 0 3px 0px;
}
h4 {
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	margin:15px 0 3px 0;
}
h5 {
	font-size:13px;
	font-weight:bold;
	margin:15px 0 3px 0;
}
h6 {
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	margin:15px 0 3px 0;
}
a {
	color:#3F3F3F;
	text-decoration:underline;
	outline:none;
}
a:hover {
	text-decoration:underline;
	color:#000;
}

