body {
	margin: 0px;
	background-image: url(../images/bg_dot.gif);
}

a {
	text-decoration:none;
}

.text A:link {
	color: #C31D52;
}
.text A:visited {
	color: #DC235E;
}
.text A:hover {
	color: #666666;
	text-decoration:underline;
}
.text A:active {
	color: #C31D52;
}

.trans {
	filter: Alpha(Opacity=50);
	-moz-opacity: 50%;
	opacity: 0.5;
}