* {
	margin:0;
	padding:0;
}

html {
	padding:1em;
	background:#FFF;
	font:0.75em Trebuchet MS,Helvetica,Arial,sans-serif;
	color:#333;
}

a {
	text-decoration:none;
	color:#e0e0e0;
  }

a:hover
  {
	color:#ffffff;
	text-decoration:underline;
  }

h1 {
	color:#ffaa00;
	font-size:1.5em;
   }

h2 {
	font-size:1.3em;
   }

h3 {
	font:1em Trebuchet MS,Helvetica,Arial,sans-serif;
	color:#333;
   }

h3:hover
   {
	color:#000000;
	text-decoration:underline;
   }

button
   {
	display:inline !important;
	color:#FFF;
	position:relative;
	top:1px;
	right:2px;
	padding:0em;
	border:1px solid #999;
	background:#444;
	font-size:0.8em;
   }

input
   {
	font:1em Trebuchet MS,Helvetica,Arial,sans-serif;
	color:#FFF;
	height:13px;
	padding:.1em;
	border:1px solid #999;
	background:#444;
   }

form
  {
	position:relative;
	top:7px;
  }