@import url(102css.css);

body  {background-color: #fff;
       text-align: center;
       font-family: Tahoma, Geneva, sans-serif;
	   font-size: 14px;
	   behavior:url("csshover2.htc");
}

#container {margin: 5%;
}

#header  {padding: 10px;
          background-color: #CAD9B2; /**light green**/
		  border: 1px solid #033;
		  font-family: Georgia, Times, 'Times New Roman', serif;
	      font-size: 24px;
}

/**This controls the main body of the page**/
#content {margin-left: 5px;
          text-align: left;
		  line-height: 150%;
}

#content h2 {margin-top: 0;
}

h2  {font-size: 24px;
}

table {border: 2px solid #004000; /**dark green**/
}

table td {width: 50%;
     border: 1px solid #004000; /**dark green**/
     padding: 5px;
}
