body {
font-family: Times New Roman, impact; 
font-size: 13pt;
background-color: #adadad;
width:1024px;
margin: 0 auto;
}

.title {
text-align: center;
font-size: 20pt;
color: blue;
margin: 10px 0px 10px 0px;
}

.subtitle {
font-size: 18pt;
font-weight: bold;
margin: 10px 0px 10px 0px;
}

.category {
font-size: 18pt;
font-weight: bold;
margin: 25px 0px 10px 0px;
color: maroon;
text-align: center;
}

.box1 {
  background-color: #E0FFE0;
  border: thin outset #555555;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
	padding: 20px;
	margin-top: 15px;
	margin-bottom: 25px;
}

.box1float {
  background-color: #E0FFE0;
  border: thin outset #555555;
	padding: 20px;
	margin-top: 15px;
	margin-bottom: 25px;
  float: left;
	width: 350px;
	margin-left: 25px;
}

.box2 {
  background-color: #E0FFFF;
  border: thin outset #555555;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
	padding: 20px;
	margin-top: 15px;
	margin-bottom: 25px;
}

.box2float {
  background-color: #E0FFFF;
  border: thin outset #555555;
	padding: 20px;
	margin-top: 15px;
	margin-bottom: 25px;
  float: right;
	width: 350px;
	margin-right: 25px;
}

.highlight {background-color: #ffffa0; color: #000000}

.overview-title {
text-align: center;
font-size: 16pt;
margin-bottom: 15px;
}
