/* CSS Document */

body, html {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

*.* {
	float: none !important;
	padding: 0;
	border: 0;
	width: auto;
	margin: 0 5%;
	position: relative;
}

a:link, a:visited {
	color: #ff6600;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
  
a[href^="/"]:after {
  content: " (http://www.fortunecity.com" attr(href) ") ";
   }


div.hl_nav {
	display: none;
}

div.hl_tree {
	display: none;
}

div.hl_ft ul {
	display: none;
}

form, fieldset {
	border: 0;
}

input[type=submit] {
	display: none;
}