h1 {
	font-size: 18px;
	color: #FF0000;
}
h2 {
	font-size: 16px;
	color: #FF0000;
}
.yellow {
	color: #FFFF00;
}
.grey_line {
	font-size: 14px;
	color: #999999;
}
.grey_bg {
	background-color: #333333;
}

.red {
	color: #FF0000;
}
.green {
	color: #006600;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
