body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFE3E3;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: 800;
	font-size: 14px;
	color: #550227;
}

.tip0 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #550227;
}

.tip1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AA054F;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#FFFFFF;
}


/*links*/
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #FFFFFF;
	}
	
.r {
	color:#FFFFFF;
	}
.r:link {
	text-decoration: none;
	color:#FFFFFF;
	}
.r:visited {
	text-decoration: none;
	color:#FFFFFF;
	}
.r:hover, r:active {
	color: #FFFFFF;
	}

/* for white pages*/
.d {
	color: #824561;
	}
.d:link {
	text-decoration: none;
	color:#824561;
	}
.d:visited {
	text-decoration: none;
	color:#824561;
	}
.d:hover, d:active {
	color: #824561;
	}

/* for special promotion pronounciation*/
.s {
	color: #FF0000;
	}
.s:link {
	text-decoration: none;
	color:#FF0000;
	}
.s:visited {
	text-decoration: none;
	color:#FF0000;
	}
.s:hover, s:active {
	color: #FF0000;
	}