/* Place all CSS here that has no class or id and will be used EVERYWHERE */
html {
	font-family: Arial, Verdana, sans-serif;
}

body {
	margin: 0 auto;
	width: 800px;
}

a {
	text-decoration: none;
}

/* link, visited, hover, active */
a:link,  a:visited {
	border-bottom: 1px transparent;
	color: #422200;
}

a:hover {
	border-bottom: 1px solid black;
	color: #422200;
}

a:active {
	border-bottom: 1px transparent;
	color: #422200;
}

select,input {
	font-size: 12px;
}

form {
	padding: 0;
	margin: 0;
}

a img {
	border: none;
	text-decoration: none;
}
