@charset "utf-8";


/***********************************************

  CSS Definitions
  
  www.BillericaTruth.com
  
  Core CSS File

  10/26/2022

************************************************/

html 
{
	margin: 0;
	padding: 0;
	top: 0;
}

.rwt
{
	
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: auto;
	width: auto;
	
	overflow-x: hidden;
	
	font-weight:bolder;
	
	background-color: #000;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
	background-position: 50% 0%;
}