/* comments look like this */

BODY {
	BACKGROUND-COLOR: #FFFFFF ;  
}

BODY, P, TH, TD, CENTER {
	font-family: sans-serif, arial, helvetica, verdana;
	color: black;	
}

PRE {
	font-family: courier;
}

TABLE, TD, TH {
	background: #FFFFFF;
}

.dark {
  	color: #593f16;
}

.darkboldlink {
  	color: #593f16;
	font-weight: bold;
	text-decoration: none;
}

.nb_normal {
	background: #e9934b;
	color: #fee981;
	font-weight: bold;
	text-decoration: none;
}

.nb_normal:hover {
	color: #eeeeee;
}


.nb_select {
	background: #fee981;
	color: #e9934b;
	font-weight: bold;
	text-decoration: none;
}

.nb_select:hover {
	color: #593f16;
}

.bigger {
	font-size: 140%;
}

.smaller {
	font-size: 80%;
}

.small {
	font-size: small;
}
