@import url("reset.css");

body {
	font: 11px Tahoma, sans-serif;
}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
a img { border: 0 }

p {margin: 10px 0;}

ul, ol {
	padding-left: 20px;
}
ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	padding: 2px 0;
}

h1 {
	font: bold 16px Tahoma, sans-serif;
	margin: 15px 0;
}
h2 {
	font: bold 14px Tahoma, sans-serif;
	margin: 10px 0;
}
h3 {
	font: bold 12px Tahoma, sans-serif;
	margin: 7px 0;
}
h4 {
	font: bold 11px Tahoma, sans-serif;
	margin: 5px 0;
}

input, textarea, select {
}

.clear {
	clear: both;
}

