 #box {float:none; background-color: ivory; margin: 5px 0 5px 5px; border: 5px outset orange}
  #box h3 {text-align: center}
  #box ul {list-style-type: circle; margin-left: 20px; padding-left: 0px}
  #box li {font-family: sans-serif; font-size: 8pt}

  #box2 {float:none; background-color: ivory; margin: 5px 0 5px 5px; width:600px; border: 5px inset orange}
  #box2 h3 {text-align: center}
  #box2 ul {list-style-type: circle; margin-left: 20px; padding-left: 0px}
  #box2 li {font-family: sans-serif; font-size: 8pt}


.style1 {
	font-family: "Times New Roman", Times, serif;
	color: #009900;
	font-size: 48px;
}
.style2 {
	font-size: 24px;
	color: #009900;
	font-family: "Times New Roman", Times, serif;
}
.style3 {
	color: #009900;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}
.style4 {font-size: 24px}
.style5 {color: #009900; font-family: "Times New Roman", Times, serif; font-size: 18; }
.style7 {
	color: #333333;
	font-weight: bold;
	font-style: italic;
}
.style8 {font-family: "Times New Roman", Times, serif; color: #009900;
}

a:link {color:red
}

a:visited {color: green
}

a:active {color: blue
}
a:hover {color:#00FF00; text-decoration:none
}