/* 
	textFormatting.css
	Handles styling (visual only) of all text that does not fall under the generic section.
	Ex: Titles, special paragraphs, etc.
*/

.bold		{
				font-weight: bold;
}

.italic		{
				font-style: italic;
}