﻿div.pageTOCList
{
	border:solid 1px gray;
	padding-left:.5em;
	padding-right:.5em;
	margin-left:.5em;
	background-color:white;
}	

div.pageTOCList h2
{
	text-align:center;
	
}


div.pageTOCList ul li
{
	list-style:square; 
	list-style-position:outside;
	margin-left:2em;
}

div.pageTOCList a
{
	text-decoration:none;		
	color:#003399;	

}

div.pageTOCList a:hover
{
	text-decoration:underline;
}



