body {
	background-color: #ffffff;
	margin: 5px;	
	}
.bg  {
	background-image: url(images/nature.jpg);
	border-style: solid;
	border-width: 1px;
	border-color: #CC66CC; }

h1 {
    font-family: Trebuchet MS, Tahoma, sans-serif;
    color: #006600; text-align: center; }	
h2 {
	font-family: Trebuchet MS, Tahoma, sans-serif;
    color: #003300; text-align: center;}
h3 {
    font-family: Trebuchet MS, Tahoma, sans-serif;
	text-align: center; color: #993399;}
h4 {
	font-family: Trebuchet MS, Tahoma, sans-serif;
	text-align: center; color: #003300;
	}
h5 {
	text-align: center; color: #003300;
	font-family: Trebuchet MS, Tahoma, sans-serif; }
	
p  {
	font-family: Trebuchet MS, Tahoma, sans-serif; 
	color: #000000; text-align: left; font-size: .9em; }

.pbold	{
	font-family: Trebuchet MS, Tahoma, sans-serif; 
	color: #990099; text-align: center; font-size: .9em; 
	font-weight: bold;}

.green {
	font-family: Trebuchet MS, Tahoma, sans-serif; 
	color: #006600; text-align: left; font-size: 1em; 
	font-weight: bold; }
	
.black12 {
	font-family: Trebuchet MS, Tahoma, sans-serif; 
	color: #000000; text-align: center; font-size: 1em; 
	font-weight: bold; }
	 
	
select {font-family: Trebuchet MS, Tahoma, sans-serif; 
	color: #003300; text-align: left; font-size: 0.8em; font-weight: 500; background-color:	#ffffff; vertical-align: middle; }
		
ul.disc {list-style-position: outside; list-style-type: disc; color: #000000; }
ol.decimal {list-style-type: decimal; list-style-position: outside; font-family: Trebuchet MS, Tahoma, sans-serif; color: #000000; font-weight:bold; }

a:link {
	color: #003300; background:transparent; font-weight: bold;}
a:visited {
    color: #000000; background:transparent; font-weight: bold;}
a:hover   { 
	color: #CC66CC; background:transparent; font-weight: bold;}
	
hr {
	color: #CC66CC;
	width: 100%;
	height: 1px; }
