/* CSS Document */

body, input {
	background: #993300;
	color: #003300;
	font-family: 'Trebuchet MS',Verdana,Arial,Sans-serif;}
	
input {
	border-color: #993300;}	

h1, h2, blockquote, img { 
	background: #996600;
	border: #003300;
	border-width: thin;
	border-style: dotted;
	padding: 10px;}

a:link, a:visited, a:hover, a:active {
	color:#003300;}

.bold {
	font-weight: bold;}
