body
{
	margin: 0 auto;
	padding: 0;
	color: #333;
	background: #fff;
	font-size: 12px;
font-family: Arial;

}

h1, h2, h3 {
font-family: Arial;
letter-spacing: 0.09em;
}

h4 {
font-family: Arial;
margin-bottom: 4px;
}

p {
font-family: Arial;
}

ol {
	margin-bottom: 10px;
}

.center {
text-align: center;
}

blockquote {
font-family: Arial;
}

ul {
list-style: square;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 1em;
padding-left: 1em;
}

img {
margin: 0;
padding: 0;
border: 0;
}

a:link { text-decoration: none; color: #007ECA; }
a:hover { text-decoration: none; text-decoration: none; }
a:visited {text-decoration: none; color: #007ECA; }

