AA貼り付け用のタグとCSS

 タグは、下記のようにしました。

 ><div class="aa"><
 >|aa|
 (AA貼り付け)
 ||<
 ></div><

 CSSは、下記の通りです。

 /************************
 * AA 貼り付け用のcssです
 ************************/

 div.aa pre {
   white-space         : pre ;
   letter-spacing      : normal;
   word-spacing        : normal;

   overflow            : auto ;

   font-family         : "MS Pゴシック",Osaka,sans-serif ;
   font-size           : 16px ;

   line-height         : 1.1 ;

   background-color    : #efefef ;
 }

 ご参考までに。(^^)