.red {
	color: #F00;
}
.default {
	font-size: medium;
	font-style: normal;
	color: #000;
	background-color: #CCC;
}
.blue {
	color: #00F;
}
.blinking {
	text-decoration: blink;
}
.green {
	color: #0F0;
}
.pink {
	color: #F0F;
}
.yellow {
	color: #FF0;
}
.small {
	font-size: small;
}
.large {
	font-size: large;
}
.huge {
	font-size: xx-large;
}
.bold {
	font-weight: bold;
}
.larger {
	font-size: larger;
}
.smaller {
	font-size: smaller;
}
.bolder {
	font-weight: bolder;
}
.lighter {
	line-height: normal;
	font-weight: lighter;
}
.Georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #000;
}
.Verdana {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #333;
}
.white {
	color: #FFF;
}
.black {
	color: #000;
}
