*{
	margin:		0;
	padding:	0;
}
a:link{
	/*リンク文字の色*/
	color:	#00bfff
}
a:visited{
	/*訪問後*/
	color:	#00ff00
}
a:hover{
	/*カーソルを合わせたとき*/
	color:	#ff0000
}
table{
	font-size:	18pt;
	color:		#ffffff;
	text-align:	center;
	margin:		auto;
	table-layout:	fixed;
	width:		90%;
}
p{
	font-size:	10pt;
	color:		#ff0000;
	text-align:	center;
	font-family:	'Courier New', monospace;
}
body{
	background-color:	#000000;
}
h1{
	font-size:	50pt;
	color:		#ffffff;
	text-align:	center;
	font-family:	'Courier New', monospace;
h2{
	font-size:	12pt;
	color:		#ff0000;
	text-align:	center;
}
