BODY{
	color: #0ff;
	background: #333 /* url(images/tile.jpg)*/ ;
}

H1{
	background: #333;
/*	font-weight: 900; */
	font-style: italic;
	color:	#00f;
}

H2{
	color: #0f0;
	background: #333;
	text-shadow: black 2px 2px 5px;
}

EM{
	font-size: 1.2em;
}

PRE{
/*
*/
	color: #080;
	background: #ddd url(images/squared.gif);
	margin: auto 1em; /* 上下はautoで左右にマージンを設定 */
}

P{
	margin: auto 0em;
}

P.SECRET {
	margin: auto 0em;
	color:	#000000;
}

TH{
}

TD{
}

A{
/*
	font-size: 120%;
*/
	background: #333;
	color:	#0f0;
}

A:link{
	color: lime;
	background: #333;
}

A:visited{
	color: #0ff;
	background: #333;
}

A:active{
	color: red;
	background: #333;
}

DIV.center{
	text-align: center;
}

IMG{
	border: 0;
}

