	/* <td style="text-align:center"> */
	/* <span style="text-align:center; font-family:Times New */
	/* 	Roman,Times,serif;font-size:medium; font-style:italic; */
	/* 	font-weight:bold; color:#0000FF"> */


tt {
	color: green;
}

code
{
	color: green;
}

.info {
	font-weight: bold;
	color: green;
}

.BIG {
	font-weight: bold;
	color: brown;
	font-size: x-large;
}


/*************** table stuff ******************/

th {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	padding-bottom: 5px;
}
td {
/*	font-family: Arial, Helvetica, sans-serif; */
	text-align: center;  
/*	font-weight: bold; */
/*	font-size: smaller; */
	padding-left: 2px;
	padding-bottom: 4px;
}


/*************** colors ******************/

.red
	{
	    color: red;
	}

.magenta
	{
	    color: magenta;
	}

/*************** lists ******************/


dt {
	font-weight: bold;
	padding-left: 20px;
	padding-top: 14px;
	padding-bottom: 4px;
}


li {
/*	font-family: "Times New Roman", Times, serif; */
/*	font-size: x-small; */
/*	font-style: italic; */
/*	font-weight: bold; */
/*	margin: 2px; */
	padding-top: 4px;
	padding-bottom: 4px;
}

/*************** explanation ******************/

.explanation {
    color: blue;
//    font-size: smaller;
    margin-left: 20px;
    padding-left: 20px;
//    width: 80%;
//    text-align: justify;
}

/*************** redadditions ******************/
.radditions
   {
   color: red;
   }

/*************** veryimportant ******************/
.veryimportant
   {
   color: red;
/* find a better color; could be purple, magenta */
   }

/*************** veryemphatic ******************/
/*  meant to be used only temporarily  */
.veryemphatic
   {
   color: red;
/* find a better color; could be purple, magenta */
   font-weight: bold;
   font-size: larger;
   }


/*************** comments ******************/

/** Mathematica **/
.mathcomment
   {
   color: red;
   }

/** Matlab **/
.matlcomment
   {
   color: red;
   }



