/*
 *	style2.css
 */


/*
 * Global style that applies to all tags
 *
 * Note: this forces one to write specific style
 * definitions for all basic HTML elements
 */
* 
{
	margin: 0px 0px;
	padding: 0px;
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
}


 
/* defines a centered body, initial font-size and margins */
body
{
	text-align: center; /* centers the page */
	background-color: #f6f6f6;
	margin: 10px 0px;
	font-size: 13px;
}
