	P {font-size: 12pt;
	   color: black;}

	UL {list-style: square;
		margin-left: 2em;
		margin-top: -.2em;}

	H1 {}

	BODY { }

	TABLE.left { }  

	DIV.left { position: absolute;
			left: 0px;
			top: 0px;
			z-index: 1}

	DIV.right { position: absolute;
			left: 110px;
			top: 0px;
			z-index: 2}
 
	PRE {font-size: 150%;
		color: red ; 
		background: #6699FF;
		text-decoration: underline;
		text-transform: capitalize;
		letter-spacing: 5;
		font-family: "Comic Sans", "Times New Roman";
		font-weight: 900;}

/* Class selector Style Sheet. */
	P.section {font-size: 16pt;
	   color:yellow;
	   background-color:black;}
	P.other {font-size: 10pt;
	   color:black;
	   margin-left: -10em;
	   background-color:yellow;}

/* Independent Class tests */
	.answer {margin-left: 1em;
	   color: black;
	   text-indent: 1.5em;
	   margin-top: -1em
	   border-style: double;}
	.summary {margin-left: 1em;
	   color: black;
	   text-indent: 1.5em;
	   margin-top: -1em
	   border-style: double;}
	.question {font-weight: bold;
	   font-size: 14pt;
	   color:black;
	   background-color: white;}
	.solo { font-size=large;
		font-family: Impact;
		color: darkorange;}
	.definition { font-size= 10pt;
		font-family: Ariel;
		color: blue;}

/* Test of an item used with a SPAN tag. */
	.highlight {background-color: black;
		    color: yellow; }

/* pseudo-class */
	A:link {color: navy }

/* ID selector */
	#testid { color: olive;
		  font-family: Arial;
		  font-size: 16pt }
