/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

body {	
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 14px;
}

h1 {
	font-weight: bold;
	font-size: 18px;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
}
img {
	position: absolute;
	left: 500px;
	top: 15px;
}
.dh {
	font-size: 14px;
	margin: 30px;
	margin-top: 35px;
	padding: 15px;
	background-color: #bf1500;
	color: #fff;
	width: 280px;
	z-index: 999;
	cursor: move;

}
.dh:hover {
	background-color: #a81200;
}
a:link {color: #fff;text-decoration: none} a:visited {color: #fff;}a:hover,a:focus {color: #fff;text-decoration: underline;}a:active {}
#accordion h3 {
	margin-top: 10px;
	margin-bottom: 5px;
} 
#accordion h3 a:link, #accordion h3 a:visited {
	text-decoration: none;
}
#accordion h3 a:hover {
	text-decoration: underline;
}