/* Basic Styles for Basic Browsers
 * (c) 2005 filmfestivalworld.com
 * Pretty much only Netscape 4 sees this stuff only, but all browsers load it
 * $Id$
 */


body {
	font-size: 100.01%; /* fixes a Win IE font scaling issue with ems */
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
}

a { }

/*
link styles
footer styles
*/

