body {
	background-color: #D5D088;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	list-style-position: outside;
	list-style-type: square;
	background-image: url(background.jpg);
	background-repeat: repeat;
}

body, td, th {
	color: #666633;
}

h1, h2 {
	color: #663300;
	background-color: #CCCC33;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

h3, h4, h5, h6 {
	color: #996633;
}

a {
  color: #336600;
}

table {
	background-color: #CCCC99;
	background-position: center;
	border: thin groove #000000;

}

td.withborder {
	border: thin solid #666666;

}

p.label {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CC9900;
	border-right-color: #CC9900;
	border-bottom-color: #CC9900;
	border-left-color: #CC9900;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
