html {
	background-color: white;
	font-family: verdana;
}

.content {
	text-align: center;
	width: 90%;
	margin: auto;
}

.image {
	max-width: 100%;
	height: auto;
}

.me {
	max-width: 400px;
	height: auto;
	border: solid 2px orange;
}

p {
	font-size: 1.25em;
}

.top {
	border: solid 1em orange;
	width: 60%;
	margin: auto;
}

.menu {
	width: 50%;
	float: left;
	border: solid 1px black;
	text-align: center;
}

.menu1 {
	margin-left: 50%;
	width: 50%;
	border: solid 1px black;
	text-align: center;
}

a {
	text-decoration: none;
	color: black;
	font-size: 2em;
	font-family: verdana;
}

a.mylink {
	font-size: 1em;
	color: orange;
}

a.mylink:hover {
	color: blue;
}

a:hover {
	color: orange;
}


hr {
	color: orange;
	border: solid 0.5em orange;
}

.topthing {
	border: solid 2px orange;
	width: 200px;
	background-color: black;
	text-align: center;
}

.gotop {
	background-color: black;
	color: white;
	width: 200px;
}