/* CSS Document */

/* compliant browsers will import this CSS */
@import url("antarctica.css");

/* just this basic styling for non compliant browsers, to keep the site viewable */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CCFF;
}

