﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

fieldset, img {
	border: 0;
}

ul {
	list-style: none;
}

strong {
	font-weight: bold;
}

caption, th {
	text-align: left;
}

/*h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
}*/
h1, h2, h3, h4, h5, h6 {
	font-family: Calibri;
}

/*
h1{font-size:21px;}
h2{font-size:19px;}
h3{font-size:16px;}
h4{font-size:13px;}
h5{font-size:11px;}
h6{font-size:10px;}*/
h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.85em;
}

h6 {
	font-size: 0.75em;
}

/*end of MY*/
q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
} 
