
body { 
	background-image: url(../resources/unob3.gif); 
}

/* styles for Questions and Answer classes */

/* "Eras Demi ITC",  "Comic Sans MS" */

h1 { 
	font-family: Arial, sans-serif; 
	font-size: 16x;	
	font-weight: bold;  
}

/* basic question/answer styles */
p.Q { 	
	color: blue;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

/* all Answer classes (in ordered or unordered lists and standard paragaraphs and tables */
ul.A, ol.A, table.A, p.A {	
	font-family:  "Times New Roman", Times, serif;
	font-size: 14px;
}

ul { list-style: circle; }
/*----------------------------------------------------------------------------*/
/* some character traits */

/* inline headings (H) and glossary terms (T)
.H { 
	font-size: 16x !important; 
	font-weight: bold !important; 
	color: green !important; 
}

span.T { font-weight: bold; }

/* emphasis */

span.E { font-weight: bold; }

li em { text-decoration: underline; }
Quest { 
	display: block; 
	font-weight: bold; 
	font-family: Arial, sans-serif;
}
/*----------------------------------------------------------------------------*/
/* some standard color classes I use */
.green {
	background-color: #CCFFCC;
}

.yellow {
	background-color: #FFFF99;
}

.cyan {
	background-color: #CCFFFF;
}

.white {
	background-color: #FFFFFF;
	backgroun-image: ;
}

/* These not working yet */
table.understated-links:link { text-decoration: none;}
table.understated-links:visited { text-decoration: none !important;}



