/* CSS Document */

body { margin: 0; }
#header  {
	background: #f5e2c3;
	color: #006600;
	border-bottom: solid 1px green;
	margin: 0 0 5px 0;
	padding: 5px;
	font-size: 16px;
}
#header h1 { margin: 0 0 0 2px; font-size: 24px}
#header p { margin: 0 0 0 10px; font-weight: bold;}
#footer  { background: #f5e2c3; color: green; border-top: solid 1px green;
margin: 10px 0 0 0; }
.company { font-weight: bold; font-size: 14px}
.title { font-weight: bold; font-size: 16px; }
.small { font-size: small; }
.description { font-size: small; display: block; }
hr { clear: both; border:solid; border-width:1px; border-bottom-color:#007300; border-top-color:#ffffff; border-left-color:#ffffff; border-right-color:#ffffff;}
a { text-decoration: none; font-weight: bold; color: green;
} 
