/*
 * light: #fff9c0
 * medium: #a77030
 * dark: #924d00
*/

body { margin:0px; background-color:#924d00; }

* {
	color:#fff9c0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

a { text-decoration:underline; color:#fff9c0; font-weight:normal;}
a:hover {color:#06e0f3;}
b, strong { color:#fff9c0; font-weight:bold;}
p { margin-top:11px; margin-bottom:11px; }
ul { margin-top:11px; margin-bottom:11px; }

input, textarea, select, option { color:#924d00; }

