* {
   margin: 0px;
   padding: 0px;
   outline: none;
}

body, html {
   color: #000;
   background-color: #9e9a98;
   font-size: small;
   font-family: Tahoma, Verdana, 'Bitstream Vera Sans', 'Bitstream Charter', Helvetica;
}

p {
   margin: 1em 0;
}

h1 {
   margin-top: 1em;
   font-size: medium;
   font-weight: bold;
}

a {
	color: #505050;
	text-decoration: none;
}

img {
	border: none;
}

a:focus,
a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

ul {
	margin-left: 2em;
}

input, textarea, button {
	border: 1px solid #505050;
	font-size: 98%;
	padding: 1px;
	background-color: inherit;
}

input:hover, input:focus,
button:hover, button:focus {
   border: 1px solid #A64200;
	background-color: #fee;
}

label {
	cursor: pointer;
}

hr {
	margin: 1em 0;
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	border: none;
}

table {
	width: 100%;
}