* {
	margin: 0;

}
img {
	border: none;
}
html, body {
	height: 100%;
	font-family:arial, sans-serif;
	font-size: 12px;
	color: #58595b;
}

h1 {
	color: #333;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2em;
}
h2 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
}
h3 {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
}
h4 {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
}
h5 {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
}
h6 {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
}
a:link {text-decoration: none; color: #333;}
a:visited {text-decoration: none; color: #333;}
a:active {text-decoration: none; color: #333;}
a:hover {text-decoration: underline; color: #333;}
strong {
	font-weight: bold;
}
ul {
	list-style-type: circle;
	margin-left: 20px;
}
ul li {
	margin-left: 20px;
}