body{
background-color:#ccffcc;		/*ページの背景色*/
color:#336633;			/*文字色*/
text-align:center;
}

a:link{color:#0066cc;}		/*リンクの文字色*/
a:visited{color:#009999;}		/*訪問済みリンクの文字色*/
a:hover{color:#ff9900;}		/*オンマウス時のリンクの文字色*/

h3{color:#ff0000;		/*作品タイトルの文字色*/
font-weight:normal;
padding:10px;
}

.text{				/*適応させるスタイルの名前*/
width:75%;			/*小説本文の横幅*/
background-color:#ffffff;		/*小説本文の背景色*/
color:#000000;			/*小説本文の文字色*/
line-height:150%;			/*行間の広さ*/
margin:10px auto 20px auto;
padding:30px;
text-align:left;
}