/* 
 * text and font color and style
 */
body {
	background-color:  white; 
	color:             black;	
}

p.invisible {
	color:				white;
}

i.invisible {
	color:				white;
}

a:link {
	color:			#660099;
}

a:visited {
	color:  	 	#660099;	
}

a:hover {
	color:			#9932CC; /*DarkOrchid*/
}

h1 {
	color:			   #1E90FF;/* #3399DD;*/
	text-decoration:   underline;
	font-family:	   "Arial", sans-serif;
	font-weight:	   bolder;
	font-size:		   60px;
	margin-left:	   20px;
}

h2 {
	color:			#9932CC;
}

b {
	color:			   #1E90FF;
	font-weight:	   bold;
}

table th {
	color:			   #1E90FF;
	font-weight:	   bold;
	text-align: 	   left;
}

table.buttons td {
	padding:           4;
}

table.buttons td a {
	border-style:      outset;
	padding: 	   0;
	border-width:      4px;
	text-align:        left;
	display:           block;
	color:             gray;
}

table.buttons td a:active {
	border-style:      inset;
	padding: 	  	   0;
	border-width:      4px;
	text-align:        left;
	display:           block;
	color:             gray;
}

table.index td.main {
	font-weight:	bold;
}

table.index td.level1 {
	border-left: 	20px solid transparent;
}

table.index td.level2 {
	border-left: 	40px solid transparent;
}

/*
table.buttons td {
	border-style:      solid;
	border-color:      gray;
	border-left-width: 0;
	border-right-width:3px;
	border-top:        0;
	border-bottom-width:3px;
	padding:           0;
	text-align:        left;
}
*/


