/* default settings for all browsers */

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
}

/* all block elements */

div,
p,
ul, 
dl, dt, dd,
form, textarea, input, select,
img
{
	xdisplay: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-width: 0;
}

/* all inline elements */

a,
span,
b, i, strong,
{
	display: inline;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	/*vertical-align: middle;*/
}

/* other types of elements */

table, tbody, tr, td
{
	 border-width: 0;
}

/* specific elements */

div {
}

p {
}

h1 {
	font-size: 22pt;
	font-weight: bold;
}
h2 {
	font-size: 20pt;
	font-weight: bold;
}
h3 {
	font-size: 18pt;
	font-weight: bold;
}
h4 {
	font-size: 16pt;
	font-weight: bold;
}
h5 {
	font-size: 14pt;
	font-weight: bold;
}
h6 {
	font-size: 12pt;
	font-weight: bold;
}

span {
}

ul{
}
	ul li {
	}

dl {
}
	dl dt {
	}
	dl dd {
	}

