body{
	background-color: black;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.border{
	background-color: rgb(30,30,30);
	border: 10px solid black;
	margin: 2em;
	padding: 1em;
}
.header{
	text-align: center;
}
.nav{
	background-color: black;
	text-align: center;
	padding: 1em;
}
.body{

}
.footer{
	background-color: black;
	text-align: center;
	padding: 1em;
}

table{
	background-color: rgb(30,30,30);
	width: 100%;
}
td{
	width: 50%;
	text-align: center;
	padding: 1.5em;
}
.tableBody{
	text-align: left;
}
.wtfast{
	font-size: 3em;
	font-weight: bold;
	color: white;
}
.onlinehelp{
	font-size: 1.75em;
	color: rgb(220,30,30);
}
a{
	text-decoration: none;
	color: rgb(200,200,200);
	font-size: 1.85em;
	padding: 1em;

}
a:hover{
	text-decoration: underline;
	color: red;
}
.footerText{
	color: white;
	font-size: 1.2em;
	margin: 1em;
}
.white{
	color: rgb(200,200,200);
	font-size: 1.2em;
	font-weight: bold;
}
img{
	border: 5px solid rgb(40,40,40);
}
.subTitle{
	color: rgb(220,30,30);
	font-size: 1.75em;
}
.subTitleUnderline{
	border-bottom: 15px solid black;
	height: 0%;
}
.botNav{
	font-size: 1.6em;
	color: rgb(220,30,30);
	text-decoration: none;
}
.botNav:hover{
	text-decoration: underline;
	color: rgb(220,30,30);
}