
/* to show URL's after links 
#content a:after{content: " [" attr(href) "] " }
*/

body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

#skip-navigation, 
#navConstants,
#navLevelOne,
#navSublevel,
#navFooter,
h1#logo span,
#content p span.imageGallery span {
	display: none;
}

h3 {
	font-size: 16pt;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	border: none;
	display: block;
}

p img {
	clear: right;
	float: right;
	margin: 0 0 0 30px;
}