body {
	background-color: #ffcc99;
	}
h1 {
	font-size: xx-large;
	text-align: center;
	color: #0000cc;
	border-bottom:1px dashed #993300;
	border-left:30px solid #993300;
	text-decoration: blink;
	}
h2 {
	font-size: x-large;
	color: #999966;
	}
p {
	font-size: large;
	color: #000066;
	text-indent: 1em;
	}
address {
	text-align: right;
	}
a:link {
	color: #000080;
	text-decoration: underline;
	}
a:visited {
	color: #000080;
	text-decoration: underline;
	}
a:hover {
	color: #ffff00;
	background-color: #000080;
	}
a:active {
	color: #ff0000;
	background-color: #000080;
	}
.hoge {color:#ffccff}

p.piyo {color:#ffccff}

