 body { color: rgb(50,50,50); 
      background: white; 
      font-family: Verdana, sans-serif;
      font-size: 12px;
  }
  h1 { font-family: Garamond, "Times New Roman", serif; font-size: 14px;
}
  h2{ 
color: red; font-family: Verdana, sans-serif; font-size: 12px;
}
  b{color: black; font-family: Verdana, sans-serif;}
  i{color: green; font-family: Verdana, sans-serif; 
           font-size: 12px; font-weight: bold
    }
  hr{ color:red; height:"1";  width: "100%" }

  /* Active Hyper Link */
A:HOVER {
         
         text-decoration: none; cursor: hand;
          }

  
  /* Problem Description */

	.bodyStyle { font-size: 12px; font-family:  Verdana, arial, sans-serif; color: #222222;  }
	.problemStyle { font-size: 13px; font-family:  Verdana, arial, sans-serif; color: #222222;  }
	.linkStyle { font-size: 11px; font-family:  Verdana, arial, sans-serif; color: #222222;  }
	.whatifStyle { font-size: 13px; font-family:  Verdana, arial, sans-serif; color: #00aa00;  font-weight: bold; font-style: italic}
	.answerStyle { font-size: 10px; font-family:  Verdana, arial, sans-serif; color: #00aa00;  font-style: italic; background: yellow;}
	//.answerNoStyle { font-size: 10px; font-family:  Verdana, arial, sans-serif; color: #00aa00;  font-style: italic; background: yellow;}
	.answerNoStyle { font-size: 10px; font-family:  Verdana, arial, sans-serif; color: #111111;   }



