/* Copyright (C) 2002 The University of Western Australia */
/* Made by Adam Wright for the university Website Office  */
/* Style sheet for browsers that are *not* Netscape 4.x   */

/* Global font setting! */
BODY		{ font-family: Verdana, Arial, Helvetica, sans-serif; }

/* Stop that stupid 1em margin after forms terminate */
FORM		{ margin: 0px; }

/* Old WYSIWYG editors used definitions extensively to emulate tabbing */
DD		{ margin-left: 1em; }		/* NS4 puts its Definition Descriptions */
						/*   outside their own blocks           */

/* To emulated old behaviour in new browsers when specifying doctype 4.01 as well */
/* as accomodate for differences in the way browsers render some elements */
.base_img	{ vertical-align: bottom; }
