@charset "utf-8";
/* CSS Document *//* print styles */

body {
  background: transparent;
  
  
  font-family: Arial, Helvetica, SunSans-Regular, Sans-Serif;
  font-size: 12px;
  color: black;  
  
  text-align:center;
  border: 0;
  padding: 0;
  
}
A:link, A:visited {background: transparent; color: black; text-decoration: none;
   font-weight: bold;}
H1, H2, H3, H4 {background: transparent; color: black; padding-bottom: 1px;
   border-bottom: 1px solid gray;}
#box3 {height: auto;
	width: 1300px;
	border:1px outset #000000;
	background-color: transparent;
	margin:auto;
	padding: 10px 10px 10px 10px;
     }
#box {
	height: auto;
	width: 870px;
	border: 1px outset #000000;
	background-color: transparent;
	margin:auto;
	padding: 10px 10px 10px 10px;
    text-align:left;
    }
.box2 {border: 1px solid black;
	width: 205px;
	height: 300px;
	float:right;
 }
.box1 {border: 1px solid black;
	width: 775px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;

