
/*----------------------------------------------------------------------------*/
body { 
	background-image: url(resources/TopMenuBackground.jpg);
	background-repeat: repeat-x;
	background-color: white;
	color: white;
}
/*----------------------------------------------------------------------------*/
body.Menu2 {
	background-image: url(resources/tornblue.jpg);
	background-repeat: repeat-x;
	background-color: white;
	color: black;
}
/*----------------------------------------------------------------------------*/
/* styles for Questions and Answer classes */

/* "Eras Demi ITC",  "Comic Sans MS" */

h1, .H { 
	color: yellow;
	font-family: Arial, sans-serif; 
	font-size: 22px;	
	font-weight: bold;  
}

:link, :visited 
{ 
	color: white; 
	font-family: Arial, sans-serif; 
	font-size: 16px;	
	font-weight: bold;
	text-decoration: none;
}


:active
{ 
	font-family: Arial, sans-serif; 
	font-size: 16px;	
	font-weight: bold;
	color: yellow; 
	text-decoration: none;
}


/*----------------------------------------------------------------------------*/
/* some character traits */



/*----------------------------------------------------------------------------*/
/* some standard color classes I use */
.green {
	background-color: #CCFFCC;
}

.yellow {
	background-color: #FFFF99;
}

.cyan {
	background-color: #CCFFFF;
}

.white {
	background-color: #FFFFFF;
	background-image: ;
}



