/* *********************************************************************************
 	Sample style sheet for CSC152
 	Andre Oboler and Nelly Bencomo, 2004
  ******************************************************************************** */

	
	HTML 				{
						background: white;
						color: blue;
					}
	
	BODY				{
						font-size: 100%; 
						font-family: Tahoma, Times, "Times New Roman", serif;
						margin: 1%;
						padding: 1%;
					}
						
	P				{
						line-height: 130%;
						font-weight: normal;
					}
  						
  	H1				{
  						font-size: 200%;
  						text-align: center;
  						font-weight: bold;
  					}

  	H2				{
  						font-size: 150%;
  						text-align: left;
  						font-weight: normal;
  					}

  	H3				{
  						font-size: 120%;
  						text-align: left;
  						font-weight: normal;
  					}
  					
	div.box 			{ 
						padding: 1em;
						background: rgb(204,204,255);
						text-align: center;
						border: solid;
						border-width: thin; 
						width: 40% 
					}
