/* 
Filename: sizes.css

For use in website root directory
Purpose: used to force font sizes for normal text 
*/


BODY, FONT, P		{font-size: x-small}

UL, OL,  LI		{font-size: x-small}

STRONG, EM, B, I	{font-size: x-small}

BLOCKQUOTE, PRE, TT	{font-size: x-small}

DIV, SPAN		{font-size: x-small}

TABLE, TH, TD		{font-size: x-small}

DD, DT			{font-size: x-small}