/*
-----------------------------------------------------
Texturadesign CSS file for screen media
FileName:    zach.css
Version:     March, 2003
code: http://texturadesign.net/
-----------------------------------------------------
The style sheet supports netscape and imports the 
styles for other 5.x browsers
-----------------------------------------------------
*/

	/*regular styles*/
	
	@import url("zach_screen_blog.css");
		
	/*netscape 4.x styles*/

	body{
	margin: 0;
	padding: 0;
	font-size: 75%; 	/*establishes the base font for the proportional ems */	
	font-family: verdana, arial, helvetica, sans-serif; 
	}
	
	div, p, td, ul, ol, li, dl, dt, dd {
	font-family: verdana, arial, helvetica, sans-serif; 
	}
	
h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, Geneva, sans-serif; }