@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 18px;
	font-weight: lighter;
}
a:link {
	color: #F06899;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A58F7B;
}
a:hover {
	text-decoration: underline;
	color: #96762C;
}
a:active {
	text-decoration: none;
	color: #F06899;
}
.green {
	color: #9DB639;
}
.pink-backgound {
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
}
.stage-backgound {
	background-color: #FADBDB;
}
.title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 36px;
	font-weight: lighter;
	color: #54C5D0;
}
.tools {
	font-size: 10px;
	color: #9A679A;
	text-align: center;
}
.subtitle {
	font-size: 15px;
	font-weight: bold;
}

