@charset "UTF-8";
/* CSS Document */

body {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 15px;
}

h2 {
	margin-top: 0;
	margin-bottom: 4px;
	font-weight: bolder;
	color: #663300;
}

p, form {
	margin-top: 0;
}

body {
	background-color: #663300;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	text-decoration: underline;
	color: #000000;
}

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

.style1 {
	color: #FF0000;
	font-weight: bold;
}

