@charset "utf-8";
/* CSS Document */

pre            { font-size: 14pt; color: blue;  }
.pcenter       { text-align:    center;         }
.parajust      { text-align:    justify;        }
.bold          { font-weight:   bold;           }
.italic        { font-style:    italic;         }

.main-title    { font-weight:   bold;
                 font-size:     36px;
				 color:         #800000;
                 border-bottom: 1px solid red;
                 font-family:   Georgia, Garamond, 'Times New Roman', serif;         }

.para-title    { color:         red;
				 font-weight:   bold;
                 font-size:     26px;
                 border-bottom: 1px solid red;
                 font-family:   Georgia, Garamond, 'Times New Roman', serif; }
.sub-title     { font-size:     24px;
                 color:         blue;
				 font-weight:   bold;
				 border-bottom: 1px solid blue;
                 font-family:   Georgia, Garamond, 'Times New Roman', serif; }
.ntilan        { font-size:     24px;           }
.nkoban        { font-size:     32px;
                 font-weight:   800;            }
.ndem          { font-size:     24px;
                 font-weight:   600;            }

.sectover      { width:         800px;
                 overflow:      scroll;         }
.feature       { font-size:     20px;           }
.italic        { font-style:    italic;         }
.red           { color:         red;            }
.blue          { color:         blue;           }

.common-font   { font-family:   Garamond, Georgia, 'Times New Roman', serif; }