/* Since all tags are contained in the <BODY> tag, every tag will inherit these properties */
BODY {font-family: arial,helvetica;
	color: yellow;
	background: url(../Graphics/Logoemboss02.gif)}
/*	background: url(../Graphics/Logoemboss.gif)}
	background: purple} */

/* Underline titles in certain header rows in the documentation table */
TD {color: yellow;
	font-family: arial, helvetica;
	font-size: 12pt;
	background: purple}
TD.nav {font-size: 8pt;
		padding-top: 20px;
		text-decoration: underline}

/* Make all list items small enough to fit in navigation frames */
LI {color: yellow }
LI.nav {font-size: 8pt;
	color: yellow }

/* By defining the <A> tag with no text decoration, no links will be underlined (inherited by all classes) */
A {text-decoration: none}
A:link {color: #FFFF99} /* Make unvisited links yellow */
A:visited {color: #FF9900} /* Make visited links dark yellow */

/* Remove hyperlink border from images */
IMG {border: none}
I {font-family: arial,helvetica;
	color: yellow}
