body {}

p {
	color: #000;

}

td { }

a:link { color: #94d81c; text-decoration: none; }

a:visited { text-decoration: none; }

a:hover { }

a:active { }
.red {
	color: #F00;
}
.red {
	font-size: medium;
}
.font_red_large {
	font-size: x-large;
	font-weight: bold;
	color: #F00;
}
.font_large {
	font-size: x-large;
	font-weight: bold;
	color: #000;
}
.quote {
	color: #00C;
}
.font_small {
	font-size: small;
}

