* { padding:0; margin:0; }

a {
   outline: 0;
}

body {
	background-color: #f2eee2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
	/* [disabled]background-image: url(../img/bg.png); */
	background-repeat: no-repeat;
	background-position: center top;
	/* [disabled]font-size: 22px; */
}
body,td,th {
	color: #423224;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

p {
	line-height: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

h1 {
	font-size: 50px;
	font-weight: lighter;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h2 {
	font-size: 28px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: 100;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

h3 {
	font-size: 24px;
	font-weight: 100;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h4 {
	font-size: 18px;
	font-weight: 100;
	margin-top: -10px;
	margin-bottom: 30px;
}


a:link {
	color: #F60;
	text-decoration: none;
}
a:visited {
	color: #F60;
	text-decoration: none;
}
a:hover {
	color: #6CC;
	text-decoration: none;
}
a:active {
	color: #F60;
	text-decoration: none;
}

.clear-both {
	clear: both;
}
