/*
 * This file can be edited to customize the look and feel of EDU.
 * Do not remove any text or code wrapped in comments.
 *
 * Description:
 *   These styles control how questions will be displayed on screen
 */
 
.questionstyle {
  color: black;
  background-color: white;
}

.questionstyle td {
  color: black;
}

.questionstyle a:link {
  color: blue; 
  text-decoration: underline;
}

.questionstyle a:visited {
  color: blue; 
  text-decoration: underline;
}

.questionstyle a:active {
  color: red;
  text-decoration: none;
} 

.questionstyle a:hover {
  color: blue;
  background-color: white;
  text-decoration: underline;
}

/*
 * The following styles are used in questions generated by LaTeX2EDU
 */

.cmr-10{font-size:83%;}
.cmr-8{font-size:66%;}
.cmr-6{font-size:50%;}

.csy-10{font-size:83%;}
.cmsy-8{font-size:66%;}
.cmsy-6{font-size:50%;}

.cmmi-12{font-style: italic;}
.cmmi-10{font-style: italic; font-size:83%;}
.cmmi-8{font-size:66%; font-style: italic;}
.cmmi-6{font-size:50%; font-style: italic;}

.cmtt-12{font-family:Courier New,Courier,fixed;}
.cmtt-10{font-size:83%;font-family:Courier New,Courier,fixed;}
.cmtt-8{font-size:66%;font-family:Courier New,Courier,fixed;}
.cmtt-6{font-size:50%;font-family:Courier New,Courier,fixed;}

.cmti-12{font-style: italic;}
.cmti-10{font-style: italic; font-size:83%;}
.cmti-8{font-style: italic; font-size:66%;}
.cmti-6{font-style: italic; font-size:50%;}

.cmbx-12{font-weight: bold;}
.cmbx-10{font-weight: bold; font-size:83%;}
.cmbx-8{font-weight: bold; font-size:66%;}
.cmbx-6{font-weight: bold; font-size:50%;}
.cmbxti-10--120{font-style: italic; font-weight: bold;}

td.td00{ padding-left:0pt; padding-right:0pt; }
td.td01{ padding-left:0pt; padding-right:5pt; }
td.td10{ padding-left:5pt; padding-right:0pt; }
td.td11{ padding-left:5pt; padding-right:5pt; }
.hline hr, .cline hr{ height : 1px; background-color : #999999;}