/* for the right-hand frame */body {	background : white; color : black;	}/* a:link {color: blue; text-decoration: underline;}  /* for unvisited links *//*a:visited {color: blue; text-decoration: underline; } /* for visited links *//*a:active {color: blue; text-decoration: underline; } /* when link is clicked *//* a:hover { color: blue; font-weight:bold; text-decoration: underline; } /* when mouse is over link */
a:link {color: blue;}  /* for unvisited links */a:visited {color: blue;} /* for visited links */a:active {color: blue;} /* when link is clicked */a:hover { color: blue; text-decoration: underline; } /* when mouse is over link */


.answer1
{
	margin-left:39.0pt;
	text-indent:-26.0pt;	
}
ul
{
	list-style:square;	
}
.wordlink
{
	font-size:x-small;
}