﻿@charset "utf-8";

html, body, a, img, ul, ol, li, form, fieldset, dl, dt, dd, h1, h2, h3, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

img {
	border:none;
}
p { 
	font-size: 1em; 
	margin-top: 1.4em; 
	margin-bottom: 1.4em; 
	line-height: 1.5em;
}
ol li, ul li { 
	font-size: 1em; 
	line-height: 1.5em; 
    margin: 0;
}
h1 {
	font-size: 1.5em; 
	font-weight: normal;
	line-height: 1.5em; 
	margin-top: 1em;
	margin-bottom: 0;
}

h2 { 
	font-size: 1.3em; 
	font-weight: bold; 
	line-height: 1.2em; 
	margin-top: 1em; 
	margin-bottom: 1em;
}

h3, h4, h5, h6 {
	font-size: 1.2em; 
	font-weight: normal; 
	line-height: 1.2em; 
	margin-top: 1.5em; 
	margin-bottom: 0;
}