/* vc_id = "$Id: windermere.css 9260 2006-06-09 00:14:53Z robert $" */
/*
-----------------------------------------------------
Windermere CSS file for screen media
FileName:    windermere.css
Version:     March, 2003
code: http://texturadesign.com/
-----------------------------------------------------
The style sheet supports netscape and imports the 
styles for other 5.x browsers
-----------------------------------------------------
*/

	/*regular styles*/
	
	@import url("windermere_screen.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, h1, h2, h3, h4, h5, h6 {
    font-family: verdana, arial, helvetica, sans-serif; 
	}
	

