@charset "utf-8";
.whitesmoke{
background-color:whitesmoke;
border-style:dashed;
border-color:lightgrey;
border-width:2px ;
margin:0px 5px 20px 0px;
padding:10px;
}
.p1{
background-color:#f7f8f8;
border-style:dashed;
border-color:lightgrey;
border-width:1px 0px 1px 0px;
margin:0px 5px 0px 5px;
padding:5px;
}
.p2{
background-color:#f9f9ee;
border-style:solid;
border-color:lightgrey;
border-width:1px 1px 1px 1px ;
margin:0px 5px 0px 0px;
padding:5px;
}
h2{
	border-style:solid;
	border-color:#aaa;
	border-width:4px 0 4px 0;
	padding:5px;
}
#letter_set{
	border-bottom:5px double #cccccc;
	border-top:5px double #cccccc;
	margin:15px;
	width:850px;
	}
#letter_set td{
	padding: 0 11px;
}