body {
	background-color: black;
	width:1000;
	}
	
TD {
	vertical-align: top;
	
	}
	
p {
	color: white;
	font-family: Arial Black, Arial, Helvetica;
	}
	
A {	
	color: aqua;
	}
	
A:visited {
	color: lavender;
	}
	
	
.will	{
	width: 90%;
	background-color: white;
	margin-left: 24px;
	margin-right: 24px;
	padding: 12px;
	}
	
.blacktext {
	color: black;
	}
	
.linx {
	font-size: 80%;
	margin-top: 1px;
	margin-bottom: 12px;
	}
	
	
H1, H2, H3 {
	color: white;
	}
	
LI {
	margin-bottom: 4pt;
	}