/* webquest.css */
	body {
      color:#000000;
	  font-family: 'Roboto', serif;
      background-color:#99CCFF;
      background-image:url('Background Image');
      background-repeat:no-repeat;
    }
	h1 {
      color:#000000;
	  font-family: 'Inconsolata', serif;
      background-color:#99CCFF;
      background-image:url('Background Image');
      background-repeat:no-repeat;
    }
    a  { color:#0000FF; }
    a:visited { color:#800080; }
    a:hover { color:#008000; }
    a:active { color:#FF0000; }
