
body {
	color: #000;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 75%;
	background-color: #fff;
}

/* --- reset of default margins & padding --- */
html, body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, fieldset, form, label, table {
	margin: 0;
	padding: 0;
}

/* --- tags --- */
img {
	border: 0;
}
h1 {
	color: #006699;
	font-size: 155%;
	margin-bottom: 15px;
}
h2 {
	color: #006699;
	font-size: 120%;
	margin-bottom: 10px;
}
p {
	line-height: 1.3em;
	margin-bottom: 10px;
}

/* --- other ---*/
#article {
	padding: 15px;
}

