/*******************************
 *
 *	TYPO_LARGE.CSS
 *
 *  Version: 1.0
 *
 *	Authors: 
 *	The Roundhouse
 *  Tom Knowles / Dan Nisbet / Mike Harris / Paul Lewis
 *
 *  Description:
 *
 *	This CSS bumps up the global 
 *  font size to 'large'.
 */
 
html 
{
    font-size: 140%;
}