body
{
	background-image: url("images/logo_html.jpg");
	background-repeat: repeat;
}

h1, h2, h3
{
	font-family: Arial;
}

p, figcaption
{
	font-family: Helvetica;
	font-weight: 500;
	text-shadow: 2px 2px 25px rgb(70, 70, 70);
}

a
{
	font-family: Helvetica;
	font-weight: 600;
}

a:link
{
	color: rgb(80, 151, 215);
}

a:visited
{
	color: rgb(15, 50, 255);
}

h1
{
	font-style: italic;
	font-weight: 900;
	font-size: 3.2em;
	text-align: center;
	background: linear-gradient(to bottom, rgb(0, 0, 0), rgb(80, 80, 80));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-shadow: 2px 2px 10px rgb(70, 70, 70);
}

h2
{
	font-weight: 700;
	font-size: 1.7em;
	font-style: italic;
	background: linear-gradient(to bottom, rgb(0, 0, 0), rgb(80, 80, 80));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-shadow: 2px 2px 10px rgb(110, 110, 110);
}

h3
{
	font-weight: 400;
	background: linear-gradient(to bottom, rgb(0, 0, 0), rgb(80, 80, 80));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-shadow: 2px 2px 10px rgb(110, 110, 110);
}

img, iframe
{
	border: 4.5px solid rgb(100, 161, 197);
	border-radius: 7px;
	padding: 0px;
}

hr
{
	border: 4.5px solid rgb(140, 190, 235);
	border-radius: 7px;
}

.head1 h2, h3
{
	text-align: center;
}

.body1 img, iframe
{
	display: block;
	margin: 25px 25px 25px 25px;
}

.body2 img, iframe
{
	display: block;
	margin: 25px 25px 25px 25px;
}

.nav
{
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
}