body {
	text-align: center;
	font-size:15pt;
	color:white;
        background-color:#000000;
	line-height: 14pt;
	height: 100%;
}

.heading {text-align:center;
    	  font-size:20pt;
	  padding:0px;
}

.textual {text-align:left;
    	  font-size:15pt;
	  padding:0px;
}

a  {text-decoration:none;
}

a:link {color: white; background-color: inherit;
}

a:visited {color: #696969; background-color: inherit;
}

a:active {color: #383838; background-color: inherit;
}

a:hover {color: yellow; background-color: inherit;
}

th {
	  padding:0px;
}

img {border: 0;
padding:0px;
}

table {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	color:white;	
	width:750px;
}

#force-scrollbar { position: absolute; top: 0; bottom: -1px;
width: 1em; z-index: -1; 
}
