body{
		margin-top:32px;
		}
body, td {
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-weight : bold;
	background:black;
	color:white;

	/*
	scrollbar-3d-light-color: #FFCC99;
	scrollbar-arrow-color: #CC9966;
	scrollbar-base-color: #CC9966;
	scrollbar-dark-shadow-color: #996633;
	scrollbar-face-color: #CC9966;
	scrollbar-highlight-color: #FFCC99;
	scrollbar-shadow-color: #663300;
*/
}

img{
	border:none;
	
}

hr{
	width:100px;
	height:0;
	}
.toc{
	vertical-align:middle;
	margin-right:4px;

	}
.nob{
	border:none;
	margin:4px;
	margin-bottom:4px;
	}
a{
 text-decoration : none;
 color:Orange;
}
a:hover{
	color:red;
}

pre{
	font-size:x-small;
}


table{
	border : none;
	width : 600px;
	padding-bottom : 2px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 2px;
}

table.toc{
	width:100%;
	}
td{
	vertical-align:top;
}
td.title{
	font-size: large;
	font-family : "Comic Sans MS", sans-serif;
	letter-spacing : 10px;
	white-space : nowrap;
	text-align : center;
	font-style : oblique;
	font-variant : small-caps;
	font-weight : bolder;
}


