
@namespace xf url("http://www.w3.org/2002/xforms");

h1 {background-color: transparent; color: white; font-size: xx-large}

h2 {background-color: transparent; color: white; text-align: center; font-size: x-large}

h3 {background-color: transparent; color: yellow; text-align: center; font-size: x-large}

p  {background-color: transparent; color: white}

header {background-color: transparent; color: white; font-size: medium}

body {
	background-color: rgb(0, 50, 50); color: white;
	font-family: serif;
	font-size: x-large;
	background-image: url('http://www.geocities.com/pietromele/index_files/neuro_files/neuro_b.png');
	background-repeat: repeat;
	background-position: top left;
	background-attachment: fixed;
}

.xf-value { width: 300px }		/* default field width */

menubar {background-color: black; color: yellow; font-size: medium;}

menu {background-color: transparent; color: yellow; font-size: medium;}

a:link    { color: yellow }
a:visited { color: lime }
a:hover   { color: red }

* { text-decoration: none }		/* do not underline links (??? check for side-effects) */

evidence { font-weight: bold; }


text {
	display: block;
	color: white;
	font-family: serif;
	font-size: medium;
	font-style: normal;
}


fileNameStyle  {
	font-family: monospace;
}


img.displayed  {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


