<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
	csw-text-styles.css 

	Version: [2018-01-02 07:05 pm]
*/

/*************************************
	Text Styles
*************************************/

/* Size */
.cswSize-normal { font-size: 1em; }
.cswSize-sm { font-size: .75em; line-height: 1.1; }
.cswSize-md { font-size: 1.2em; line-height: 1.1; }
.cswSize-lg { font-size: 1.45em; line-height: 1.1; }
.cswSize-xl { font-size: 1.75em; line-height: 1.1; }
.cswSize-1x { font-size: 1em; line-height: 1.1; }
.cswSize-2x { font-size: 2em; line-height: 1.1; }
.cswSize-3x { font-size: 3em; line-height: 1.1; }
.cswSize-4x { font-size: 4em; line-height: 1.1; }
.cswSize-5x { font-size: 5em; line-height: 1.1; }
.cswSize-6x { font-size: 6em; line-height: 1.1; }
.cswSize-7x { font-size: 7em; line-height: 1.1; }
.cswSize-8x { font-size: 8em; line-height: 1.1; }
.cswSize-9x { font-size: 9em; line-height: 1.1; }
.cswSize-10x { font-size: 10em; line-height: 1.1; }

/* Alignment */
.cswTextAlign-left { text-align: left; }
.cswTextAlign-center { text-align: center; }
.cswTextAlign-right { text-align: right; }


/* Font Properties */
.cswTextBold { font-weight: bold; }
.cswTextItalic { font-style: italic; }
.cswTextUnderline { text-decoration: underline; }
.cswText-uppercase { text-transform: uppercase; }
.cswText-lowercase { text-transform: lowercase; }
.cswText-capitalize { text-transform: capitalize; }
</pre></body></html>