table{
	margin-left:20;
	margin-right:20;
	margin-top:20;
	margin-bottom:20;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color:white;
	background-color:black;
	/*text-align: center;*/
	}
body{
	margin-left:20;
	margin-right:20;
	margin-top:20;
	margin-bottom:20;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color:white;
	background-color:black;
	/*text-align: center;*/
	}
a.dynamic{
	font-weight: bold;
	text-decoration: none;
	color:white;
	}
a.dynamic:hover{
	background-color:#00C040;
	color:red;
	font-weight: bold;
	}
a.dynamic2{
	font-weight: bold;
	text-decoration: none;
	color:yellow;
	}
a.dynamic2:hover{
	background-color:#00C040;
	color:red;
	font-weight: bold;
	}
a.dynamic2:visited{
	color:#FDA54F;
	font-weight: bold;
	}
h1{
	font-family: "Comic Sans MS";
	font-size: 64px;
	text-align: center;
	}
h2{
	background-color:#00C040;
	}
img{
	border-width: 0px;
	}
img.photo
	{
	border-style: solid;
	border-width: 10px;
	border-color: #FFFFFF;
	}
.go_home{
	position:absolute;
	top:40px;
	left:10px;
	}
.go_back{
	position:absolute;
	top:40px;
	left:130px;
	}
