body {
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

a {
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}

.txt_10 {
	font-size: 10px;
}

.txt_12 {
	font-size: 12px;
}

.txt_14 {
	font-size: 14px;
}

.txt_18 {
	font-size: 18px;
}

.txt_24 {
	font-size: 24px;
}

.txt_red {
	color: #FF0000;
}

.txt_orange {
	color: #FF3300;
}

.txt_gray {
	color: #333333;
}