/* CSS Document */
td {
font-family:Arial;
	font-size: 12px;
	color: #FFFFFF;
	line-height:180%
}
body {
	font-size: 12px;
	font-size:<%=abc%>
}

.d {
	line-height: 24px;
}
.m {
	line-height: 18px;
}
a:link {
	text-decoration: none;
	color: #ffffff;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	color: #ffae00;
}
