a:hover {  color: #FF6600; text-decoration: underline}
a:link {  color: #0033CC; text-decoration: none}
a:visited {  text-decoration: underline}

P {                            /* 段落の余白 */
  margin-top: 30px;            /* 上の余白 */
  margin-bottom: 20px;         /* 下の余白 */
  margin-left: 15px;           /* 左の余白 */
  margin-right: 10px;          /* 右の余白 */
}
