@charset "utf-8";
body
{
	color: #00ffff;
	background-color: #1C1C2C;
}
a:link 
{
	color: #FF0000;
	text-decoration: underline;
}
a:active 
{
	color: #FF0000; 
	text-decoration: underline; 
}
a:visited 
{
	color: #FF0000; 
	text-decoration: underline; 
}
.centerIMG
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.centerTXT
{
	text-align: center;
}
.centerTABL
{
	margin-left: auto;
	margin-right: auto;
}
.centerDIV
{
	margin: auto;
	width: 640px;
}