.all{
width:800px;
border-color:#999999;
border-width:1px;
border-style:solid;
background-color: white;
margin-right:auto;
margin-left:auto;
font-size: 13px;
}

/*　ここからマージンの設定 */
body{margin: 5px 10px 10px 5px}

/*　ここからフォントの色の指定 */
.a1 { color: red;font-size: 13pt }
p { color: black; font-size: 13pt }

/*　ここからフォントの一括設定 */
h1 { font: normal bold 13pt sans-serif }

h1 { background-color: white }

/*■内容領域の幅と高さの指定*/
h1 { width: 800px; height: 30px }

/* 行の高さを設定 */
p { line-height: 1.2em }

/*内容領域の幅と高さ*/
h1 { width: 800px; height: 30px }

/*リンクの文字の色の指定*/
a:link { color: medium blue }
a:visited { color: lightsteelblue }
a:hover { color: orange; background-color: turquoise } 

