@charset "utf-8";
.mainTable {
	width: 600px;
	border: 8px solid #FF008B;
}
body {
	background-color: #E1017B;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	line-height: 17px;
}
a, a:visited {
	color: #FFFF00;
	font-weight:bold;
	text-decoration:none;
}

a, a:visited {
	color: #FFFFFF;
	text-decoration:underline;
}
#normalTable {
 	width:560px;
	border: 3px solid #FF008B;
}

#normalTable td {
	border-bottom: 1px dotted #ff0088;
}

