body {
	font-family: sans-serif;
	font-size: 11px;
	background-color: Black;
	color: #FDD35F;
	
}

h1 {
	color: #FF8000;
	/* background-image: url(grafix/cellpic3.gif); */
}

a:link,a:active,a:visited { color : #FDD35F; text-decoration: none; }

/*
a {
  color: #FDD35F;	/* alt: #EEE8AA 
}
*/
a:hover {
	text-decoration: underline; color : #FDD35F;
	/*color: #FFD700;*/
}

table {
	border: 1px solid #FDD35F;     /* alt: #EEE8AA */
	background-image: url(grafix/pix01.gif);
}

th {
	font-family: sans-serif;
	font-size: 12px;
	text-align: left;
}

td {
	font-family: sans-serif;
	font-size: 11px;
}

input {
	border: thin ridge #EEE8AA;
	background-color: #EEE8AA;
}

select {
	border: thin ridge #EEE8AA;
	background-color: #EEE8AA;
}


textarea {
	border: thin ridge #EEE8AA;
	background-color: #EEE8AA;
}


