/* CSS Document */

/* ********************************************************************************************
*	Created By: 				Kevin Dyck
*	Creation Date: 			Mar 10, 2006
*	Modified By: 			
*	Modification Date: 		
*	Modification Note (what did you update, and why?): 	
******************************************************************************************** */



/* REDEFINE COMMON HTML TAGS */


body	{
	/* note that the displayed font-size will depend on the DOCTYPE declaration in the HTML
		HTML 4.0 and XHTML 1.0 will shrink the size of the font compared with a page declared 
		as HTML 3.2 or without any declaration.
	*/
	font-size: small;
	color: #333333;
	background-color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


