body {
	background-color: black;
	color: white;
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
	}
p {
	font-size: 10pt;
	}
a {
	text-decoration: none;
	}

/***************** Link Colors ******************/
a:link {color: white;}
a:link:hover {color: lightgrey;}
a:link:active {color: white;}
a:visited {color: lightgrey;}
a:visited:hover {color: white;}
a:visited:active {color: lightgrey;}
/*******************************************/

table td {
	background-color: red;
	}
.bio {
	text-align: justify;
	vertical-align: top;
	}