/*

Author: Nick Scheldt
Date October 15th, 2015

*/

body {
	background-image: url("metal_2.jpg");
	a:link    {color:green; background-color:transparent; text-decoration:none}
	a:visited {color:pink; background-color:transparent; text-decoration:none}
	a:hover   {color:red; background-color:transparent; text-decoration:underline}
	a:active  {color:yellow; background-color:transparent; text-decoration:underline}
}

h1 {
	text-align: center;
}

h2 {
	background-color: #700000;
	text-align: center;
	font-family: Monaco, "Courier New", monospace;
	font-size: 40px;
	border-style: inset;
	border-color: #606060;
}

h3 {
	background-color: #700000;
	text-align: center;
	font-family: "Courier New", Monaco, monosapce;
	font-size: 35px;
	border-style: outset;
	border-color: #606060;
}

h4 {
	background-color: black;
	color: #700000;
	text-align: center;
	font-family: "Courier New", Monaco, monosapce;
	font-size: 30px;
}

h5 {
	background-color: black;
	color: #700000;
	text-align: center;
	font-family: "Courier New", Monaco, monosapce;
	font-size: 30px;
}

p {
	font-size: 15px;
	color: #700000;
	font-family: "Times New Roman", "Palatino Linotype", serif;
	background-color: black;
	border-style: double;
	border-color: #700000;
}

div {
	background-image: url("seal.jpg");
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
	text-align: center;
	color: #C80000;
	font-size: 20px;
	border-style: dashed;
	border-color: #700000;
}