h1 {
	text-align: center;
	margin-right: 25%;
	margin-left: 25%;
	text-decoration: underline;
	/*
	border-style: double;
	border-width: 3px;
	border-radius: 25px;
	*/
}

h3 a {
	text-align: center;
	color: gold;
}

body {
	background-image: url("images/backgrounds/testbg2.png");
	/*margin-left: 250px;
	margin-right: 250px;*/
	margin: auto;
	width: 80%;
	background-repeat: repeat;
}

section {
	border: 1px solid black;
	border-radius: 25px;
	padding: 3px;
	margin: 10px;
}

section:hover {
	background-color: black;
	color: white;
}

img.portrait {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 3px black solid;
}

.icon {
	padding-left: 30px;
	padding-right: 30px;
	text-decoration: none;
}

#iconText {
	padding-left: 53px;
	padding-right: 53px;
	text-align: center;
}

div {
	background-color: grey;
	text-align: center;
	padding: 10px;
	padding-bottom: 20px;
	margin-bottom: 50px
}


#rounded {
	border: 1px solid;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

p {
	text-align: center;
	padding: 5px;
}

ul {
	list-style-type: none;
  	margin: 0;
  	padding: 0;
	overflow: hidden;
	background-color: #333;
}

li {
	float: left;
}

li a {
	display: block;
	color: white;
	text-align: center;
	padding: 10px;
	text-decoration: none;
}

li b {
	display: block;
	color: gold;
	text-align: center;
	padding: 10px;
	text-decoration: none;
}

li a:hover {
	background-color: black;
}