body {
	background: white;
	font-size: 12pt;
	font-family: Arial, sans-serif;
}

h1, h2, h3, h4 { font-family: Georgia, "New Times Roman", serif;}



#navigation {
	display: none;
}

#wrapper, #container {
	width: auto;
	float: none !important;
}


img#myPhoto {
	display:none;
}

#container h1 {
	border-bottom: .25cm solid #fc0;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}


#container a:link:after, #container a:visited:after {
content: " (" attr(href) ") ";
font-size: 90%;
}

#container a[href^="/"]:after {
content: " (http://www.ivfx.com" attr(href) ") ";
}

