body{
	font-weight: normal;
	color: #232323;
	font-family: verdana, tahoma, arial , helvetica, sans-serif;
	font-size: 83%;
	background: #f9edc3;
	margin: 5px 0 0 0;
	text-align: center;
}

*{
	margin: 0;
	padding: 0;
}

a{
	font-weight: normal;
	color: #ed3800;
	text-decoration: underline;
}
a:visited{
	color: #f06a40;
}
a:hover{
	text-decoration: none;
	color: #ed3800;
}
a:focus{
	text-decoration: none;
	color: #ed3800;
}

/* ******************************************************************* declarations for elements ************ */
h1, h2, h3, h4, h5, #dt-like-h2{
	font-family: Georgia, "New York CE", utopia, serif;
	font-style: italic;
	color: #f79d00;
	margin: 10px 0 15px 0;
}

h1{
	text-align: left;
	font-size: 200%;
	font-weight: normal;
	width: 100%;
}

h2{
	text-align: left;
	font-size: 160%;
	font-weight: normal;
	margin: 16px 0 15px 0;
	border-bottom: 1px dashed #c0b895;
	color: #493b03;
}

h3{
	text-align: left;
	font-size: 140%;
	font-weight: normal;
}

h4{
	text-align: left;
	font-size: 120%;
	font-weight: normal;
}

h5{
	text-align: left;
	font-size: 90%;
}

h6{
	text-align: left;
	font-weight: normal;
	font-size: 90%;
}

p{
	margin-top: 10px;
}

/* list features */
ul{
	margin: 10px 0 0 20px;
	padding: 0;
	list-style-type: disc;
}
ul ul{
	margin: 0 0 5px 20px;
	list-style-type: square;

}
ul ul ul{
	list-style-type: circle;
}

ol{
	margin: 0 0 0 30px;
	list-style-type: decimal;
}
ol.lowalpha{
	list-style-type: lower-alpha;
}

li{
	margin: 0;
	padding: 0;
}

/* definition list */
dl{
	margin: 10px 0 10px 15px;
}
dt{
	font-weight: bold;
	color: #920000;
}
dd{
	margin: 6px 0 6px 15px;
	line-height: 1.5em;
}

/* table features */
table{
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 100%;
}
caption{
	font-weight: bold;
	text-align: left;
	font-size: 115%;
	color: #920000;
	margin: 18px 0 0 6px;
}
th{
	font-weight: bold;
	text-align: center;
	font-size: 94%;
	background-color: #F9E8D0;
	color: #815025;
}
th, td{
	border: 1px solid #920000;
	padding: 7px 2px;
}
td strong{
	font-size: 94%;
}

/* form features */
form{
	margin: 0;
	padding: 0;
}
fieldset{
	text-align: left;
	border: 1px solid #ffc85f;
	padding: 10px;
}
input, textarea, select{
	background: #F9F9F9;
	border: 1px inset #c7c7c7;
	padding: 2px 4px;
	color: #000;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 100%;
}
input.button{
	background: #ddd;
	border: 1px outset #EDEDED;
	padding: 3px;
	margin: 10px;
}
input:focus, select:focus, textarea:focus{
	border: 1px inset #ff9417;
}
legend{
	font-size: 100%;
	font-weight: bold;
	padding: 0.2em 0.5em;
	border: 1px solid #f7af26;
	color: #666;
	text-align: right;
}
label{
	float: left;
	text-align: right;
	font-weight: bold;
	font-size: 86%;
	width: 30%;
	margin-right: 0.5em;
	padding-top: 0.2em;
}

abbr, acronym{
	cursor: help;
	border-bottom: 1px dashed #eee;
}

blockquote{
	border-left: 1px solid #aaa;
	font-style: italic;
	margin: 0 25px;
}
blockquote p{
	padding: 0;
	margin: 10px;
}
