/* CSS Document */

.links {
	font-family: tahoma;
	font-size: 10px;
	color: #00CCFF;
}
.tit {
	font-family: tahoma;
	font-size: 32px;
	color: #B41834;
	font-weight: bold;
	margin-left: 160;
}
.normal {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.normal2 {
	font-family: tahoma;
	font-size: 11px;
	color: #990066;
}
a:link {
	text-decoration: none;
	color: #B41834;
} 

a:visited {
	text-decoration: none;
	color: #B41834;
} 

a:active {
	text-decoration: none;
	color: #B41834;
} 

a:hover {
	text-decoration: none;
	color: #FFFFFF;
} 
