/*******************************
 *
 *	TYPO_MEDIUM.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 'medium'.
 */
 
body 
{
    font-size: 72.5%;
}