body      { color:#663366;
            background-color:#cc99ff; 
            font-size:10pt;
            width:600px;
            margin-left:auto;
            margin-right:auto;           
            
 }


=====/* 見出しの設定 */=====
    
 h1  { font-size:22pt }
 h2  { font-size:20pt }
 h3  { font-size:18pt }
 
h1,h2,h3 { font-family:Garamond,"Times New Roman",times,serif; }
 

=====/* 段落に関する設定 */===== 
          
p    { text-indent:1.5em;       /* フォントサイズの1.5倍の字下げ */
              
  }  
 

=====/* class　設定 */=====   
      .sumple1 { color:#ffffff; } /* フォント色   white */    
      .sumple2 { color:#990066; } /* フォント色・　    */
      .sumple3 { color:#ffcccc; } /* フォント色・ pink */
      .sumple4 { font-size:10.5pt; color:#ffffff; } 

=====/* リンクの設定 */=====

a:link     { color:#663366;
              }
a:visited  { color:#663366; 
            　}
a:hover    { color:#ffffff; 
              }
a:active   { color:#663366;
              }
a:link,a:visited,a:hover,a:active  { text-decoration:none; }