body      { color:#660033;
            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; }
 
 
=====/* class　設定 */=====
   
      .sumple1 { color:#ffffff; } /* フォント色・白 */    
      .sumple2 { color:#990066; } /* フォント色・　 */
      .sumple3 { color:#ffcccc; } /* フォント色・桜 */
      .sumple4 { font-size:10.5pt; color:#ffffff; } /* フォント色・白*/ 

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

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


=====/* 段落に関する設定 */===== 
          
p    { margin-top    : 10%;
       margin-bottom : 10%;
       padding-top   : 10%
       padding-bottom: 10%
       text-indent   : 1em;
  }  
