body{
	background-color:#303030;
	color:#c6c6c6;
	font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}
h1{
	color:#e28800;
	text-align:center;
	margin-top:3%;
	margin-bottom: 2%;
}

.centered{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 450px;
	padding-top: 1%;	
	padding-bottom: 1%;
}

.gallery{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 590px;
	padding-top: 2%;	
	padding-bottom: 2%;
}

.header {
	margin-top: 1%;
	font-size:16px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

img.logo {
	position: absolute; 
	left: 50%; 
	top: 30%; 
	margin: -74px 0 0 -200px;
}

.myimg {
	display: inline-block;
	width: 290px;
	height: 290px;
}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}
a:link {color:#e28800;} 
a:visited {color:#b45500;} 
a:hover {color:#e27800;}
a:active {color:#e27800;} 
