A{
  color: #CC3300;
  text-decoration: underline;
}
A:VISITED{
  color: #FF6666;
  text-decoration: underline;
}
A:HOVER{
  color: #993366;
  text-decoration: underline;
}
A:ACTIVE{
  color: #FF0000;
  text-decoration: underline;
}



.logo{
	display		:block;
	text-align	:center;
	padding-top :30px;
	padding-bottom:15px;
}
.index-text{
	color		:#ffcc99;
	text-align	:center;
	font-size	:10pt;
	line-height	:3;
}
.index-text2{
	color		:#ff9999;
	text-align	:center;
	font-size	:10pt;
	line-height	:3;
}
.catch{
	color		:#ff9966;
	font-size	:10pt;
	border		:1px solid #ffcccc;
	margin		:20px;
	padding		:10px;
}

.copyright{
	color		:#ffcc99;
	text-align	:center;
	font-size	:9pt;
	line-height	:1.5;
	padding-top	:20px;
}

