﻿.TableOfContents {
	background-color:silver;
}
.TableOfContents a { text-decoration: none; }
.TableOfContents a:link { color: blue; }
.TableOfContents a:visited { color: blue; }
.TableOfContents a:hover { color: aqua; }
.TableOfContents a:active { color: aqua; }
