body	{
	background-color: black;
	color: white;
	font-family:  "Freestyle Script";
	padding: 0;
	margin: 0;
	}

.mainTable	{
		margin: 15, 0, 15, 30;
		padding: 0;
		table-layout: fixed;
		background-color: black;
		border: medium double rgb(0,0,0);
		}



.white	{
	color: white;
	}
	
h1	{	
	font-size: 48px;
	}

h2	{
	font-size:40px;
	}

h3	{
	font-size:24px;
	margin: 0;
	padding: 0;
	}

h4	{
	font-size:24px;
	}	

h3 a	{
	padding: 3px 10px;
	color: white;
	text-decoration: none;
	}

h3 a:hover	{
		color: #FF0000;
		text-decoration: underline;	
		}
		
p	{
	font-size: 24px;
	font-family: "times new roman";
	}
	
.redEmail	{
		color: red;
		}
		
.redEmail a	{
		color: red;
		text-decoration: underline;
		}
		
.redEmail a:hover	{
			color: white;
			text-decoration: none;
			}

h2 a	{
	padding: 3px 10px;
	color: white;
	text-decoration: none;
	}

h2 a:hover	{
		color: #FF0000;
		text-decoration: underline;