/*Font Size*/

#font-size-inherit {
	font-size: inherit;
}

#font-size-xx-small {
	font-size: xx-small;
}

#font-size-x-small {
	font-size: x-small;
}

#font-size-small {
	font-size: small;
}

#font-size-medium {
	font-size: medium;
}

#font-size-large {
	font-size: large;
}

#font-size-x-large {
	font-size: x-large;
}

#font-size-xx-large {
	font-size: xx-large;
}


/*Font Weight*/
 
#font-weight-inherit {
	font-weight: inherit;
}

#font-weight-normal {
	font-weight: normal;
}

#font-weight-bold {
	font-weight: bold;
}

/*Font Style*/

#font-style-inherit {
	font-style: inherit;
}

#font-style-normal {
	font-style: normal;
}

#font-style-italic {
	font-style: italic;
}

#font-style-oblique {
	font-style: oblique;
}


/*Font Variant*/

#font-variant-inherit {
	font-variant: inherit;
}

#font-variant-normal {
	font-variant: normal;
}

#font-variant-small-caps {
	font-variant: small-caps;
}


/*Color*/

#color-inherit {
	color: inherit;
}

#color-aqua {
	color: aqua;
}

#color-black {
	color: black;
}

#color-blue {
	color: blue;
}

#color-fuchsia {
	color: fuchsia;
}

#color-gray {
	color: gray;
}

#color-green {
	color: green;
}

#color-lime {
	color: lime;
}

#color-maroon {
	color: maroon;
}

#color-navy {
	color: navy;
}

#color-olive {
	color: olive;
}

#color-purple {
	color: purple;
}

#color-red {
	color: red;
}

#color-silver {
	color: silver;
}

#color-teal {
	color: teal;
}

#color-yellow {
	color: yellow;
}

#color-white {
	color: white;
}
