a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #EA346B;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	color: #666666;
}
.TopLeft {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
}
.RightUnder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.waku {
	border: 1px solid #000000;
}
.UnderDot {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
h1 {
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
