body {
	margin: 0;
	padding: 0;
	position: relative;
	font-family: Tahoma;
	font-size: 10px;
}
.font1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
}
.font2 {
	font-family:"wood sticks";
	font-size: 22px;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.font3 {
	font-family:Tahoma;
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.font4 {
	font-family: Papyrus;
	font-size: 18px;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.font5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.font6 {
	font-family:Tahoma;
	font-size: 36px;
	font-weight: bold;
	text-transform: none;
	color: #990000;
	text-decoration: none;
}
div#border {
     width: 800px;
	 height:auto;
	 border: 1px solid #000000;
	 margin: 10px auto;
}
div#center {
      margin: 10px auto; 
} 
div#box {
	width:225px;
	height:450px;
	background: #ffffff;
	border: 2px solid #666666;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
}
