
body {
	margin-left: 30px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

td {
	line-height: 24px;
	color: #333333;
}

th {
	line-height: 24px;
	font-weight: bold;
	color: #333333;
}

a {
	color: #000000;
	text-decoration: none;
}

form {
	background-color: #EEEEEE;
}

.text {
	font-size: 12px;
	line-height: 18px;
 	background-color: #FFFFFF;
	color: #000000;
}

.title {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
 	background-color: #FFFFFF;
	color: #000000;
}

.memo {
	font-size: 9px;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
}

a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #555555;
}

a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #888888;
}
