body{
	font-size: medium;
	font-family: Arial;
	background-color: 003366;
	color: black;
	}
.headerText{
	font-size: xx-large;
	font-family: arial;
	color: white;
	text-align: center;
	}
.bioText{
	font-size: medium;
	font-family: times;
	color: white;
	}
.linkHeaderText{
	font-size: medium;
	font-family: arial;
	color: white;
	}
.linkHeaderText a:link, a:hover, a:active, a:visited{
    color: white;
	}
.pictureText{
	font-size: x-small;
	font-style: italic;
	font-family: Arial;
	color: white;
}
.mainText{
	font-size: small;
	font-style: italic;
	font-weight: 300;
	font-family: Arial;
	color: white;
	}
.mainTextHeader{
	font-size: medium;
	font-family: Arial;
	color: white;
	}
.mainText a:link, a:hover, a:active, a:visited{
    color: white;
	}
.mainTable {
	width: 600;
	height: 800;
	background: black;
	
	}
.headerTable{
	background: black;
}
.Update{
	font-size: medium;
	font-family: Arial;
	color: red;
}