* {
	margin: 0;
	padding: 0;
}

body {
	
	background-color:white;
	font-size: 0.9em;
	font-family: verdana, arial, sans-serif;
	color: #333;

}

h1,h2,h3,h4,h5,h6 {
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	margin-bottom: 0.5em;
	margin-top: 0.3em;
}

h1 {
	font-size: 3em;
	color: #fbaf00;
}

.special {
	background: transparent url(images/h1_bg.png) repeat-x left bottom;
}

h2 {
	font-size: 2.5em;
	color: #efa800;
}

h3 {
	font-size: 2em;
	color: #df9d00;
}

h4 {
	font-size: 1.5em;
	color: #888;
}

a {
	color: #FF580F;
}

a:visited {
	color: #efa800;
}

a:hover {
	color: #fbeb00;
	text-decoration: none;
}

blockquote,pre,code {
	padding: 15px;
	background-color: #fbffb4;
	margin: 15px 30px;
}

p {
	margin-bottom: 0.5em;
}

dt {
	font-weight: bold;
	margin-top: 20px;
}

dd {
	margin-left: 15px;
}

ol {
	list-style-position: inside;
}