/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: middle;
	padding-bottom: px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0px;
}
/* HTML5 display-role reset for older browsers */

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:link {
	color: #a58c6b;
}
a:visited {
	color: #a58c6b;
	text-decoration: none;
}
a:hover {
	color: #E99200;
}
a:active {
	color: #c8c090;
}