/* the general body settings */
body {
	background: white;
	color: black;
        margin:0
}

a:link {
	color: black;
	background: transparent;
}

a:visited {
	color: black;
	background: transparent;
}

a:hover {
	color: rgb(102,102,153);
	background: transparent;
}


/* the table of contents settings */

td.toc {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
        text-decoration:none;
        font-size:12px;
}

td.toc A:link{color:black; text-decoration:none; font-size:12px;}
td.toc A:active{color:black; text-decoration:none; font-size:12px;}
td.toc A:visited{color:black; text-decoration:none; font-size:12px;}     */
td.toc A:visited{text-decoration:none; font-size:12px;}
td.toc B{color:black; font-size:12px;}
td.toc A:hover{color:#999999;}

/* the text settings */

td.text A:link{color:blue; text-decoration:underline; font-size:100%;}
td.text A:active{color:blue; text-decoration:underline; font-size:100%;}
td.text A:visited{color:blue; text-decoration:underline; font-size:100%;}
td.text B{color:#bf0b23; font-size:120%;}
td.text A:hover{color:#999999;}

   /*

td {font-size:12;}
text  {font-size:12;}

h1 {font-size:16;font-weight:bold}
h2 {font-size:14;font-weight:bold}
h3 {font-size:12;font-weight:bold}

div.text {
	padding-left: 15px;
	padding-bottom: 5px;
}


     */