/* stop advanced styles being used by version 4 browsers */
@import "styles.css";
@import "pos.css";
@import "nav.css";

/* This is the stylesheet that controls simple styling rules */
/* that will be executed by basic/old browsers. */

body {
	color: #e0e0e0;
	font-family: Verdana, Gill Sans MT;
	font-size: 10px;
}

img {
	border: 0px;
}

a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

sub, sup {
	font: normal xx-small Verdana, Gill Sans MT;
}

#topNav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

