document, body {
	/* Used to be able to use height: 100% on elements in the page */
	height:				100%;
	/* Set default font attributes for the whole document */
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			9pt;
	line-height:		2.3ex;
	line-height:		14px;
}

body {
	margin: 		0px;
	/* Set the padding, Opera's default is not zero. */
	padding:		0px;
	/* Also, we set the background color to white, because Netscape 6 Mac defaults to a background color of gray. */
	background-color:#000066;
	
	/* Used to center content in IE, but you need to set "text-align: left;" in contained divs */
	text-align:		center;
}

a:link {
	color: #FF9900;
}
a:hover {
	color: #FFFF00;
}
a:visited {
	color: #FF9900;
}
