h2 {font-family: Verdana; 
font-style: italic; 
font-size: 18px; 
text-align: center;
}
/****background color is green******/
h3 {font-family:Verdana, Arial, Helvetica, sans-serif; 
}
h4 {font-family:Verdana, Arial, Helvetica, sans-serif; color:#FF0033;
}
body {
background-color:#009900 ;
text-align: left; 
font-size: 16px; 
}

table {border:1px solid; 
font-family: Verdana; 
font-size: 12pt;
border-width: medium; 
}
 
 /***color is a blueish gray****/


 
 p {
	margin-left:auto;
	margin-left:auto;
	margin: 20;
  }

td {background-color: #CCCC33; /***color is a greenish yellow*****/ ;
 border:thick; 
 cursor:text; 
}
a:link {
	color: #333333; /*black*/
}

a:visited {
	color: #333333;/*black*/
}
a:hover {
	color: #00FF00;/*light green*/
}
a:active {
	color:   #CC0000; /*burgandy*/
}
dt {font-size: 18px; font-style:italic; 
font-weight: 700;

}