/*                     */
/* For Tutorial pages  */
/*                     */

  
body {font-family: Arial, Helvetica, Verdana, sans-serif; 
      color: black; margin-left: 1%; margin-right: 1%;}

div {border-style: none;} /* default */
div.alltext {margin-left: 3%; margin-right: 3%;}

h3 {color: #191970;}
h3.section {margin-bottom:0.5em;}
h4.section {margin-bottom:0.5em;}

/* the tables giving the user instructions */
table.problem {border: none; width: 90%;}
table.problem td {border: 3px solid gray; padding: 0.3em;}

/* normal links */
a:link    {font-weight: normal; color: #0000FF; text-decoration: underline; }
a:visited {font-weight: normal; color: #0000FF; text-decoration: underline; }
a:hover   {font-weight: normal; color: #800080; text-decoration: underline; }
a:active  {font-weight: normal; color: #800080; text-decoration: underline; }

