body{
	font-family: sans-serif;
}

#name{
	font-weight: bold;
	text-align: center;
	font-size: 120%;
	padding-top: 25px;
	padding-bottom: -10px;
}

#Contact{
	text-align: center;
	line-height: 20%;
}

#Intro{
	position: relative;
	width: 75%;
	left: 12.5%;
}

h2{
	border:0;
	margin: 10px;
	padding: 0;
}

.Cats{
	position: relative;
	left: 25%;
	width: 50%;
	height: 40px;
	padding: 10px;
	margin: 5px;
}

#mySkills{
	position: relative;
	display: none;
	background-color: #5596ff;
	border-radius: 5px;
	width: 50%;
	padding: 20px;
	left: 25%;
}

#myEmployment{
	position: relative;
	display: none;
	background-color: #23ee20;
	border-radius: 5px;
	width: 50%;
	padding: 20px;
	left: 25%;
}
#myPublications{
	position: relative;
	display: none;
	background-color: #ff7300;
	border-radius: 5px;
	width: 50%;
	padding: 20px;
	left: 25%;
}
#myEducation{
	position: relative;
	display: none;
	background-color: #00ffdc;
	border-radius: 5px;
	width: 50%;
	padding: 20px;
	left: 25%;
}
#myTeaching{
	position: relative;
	display: none;
	background-color: #a000ff;
	border-radius: 5px;
	width: 50%;
	padding: 20px;
	left: 25%;
}
#myOutreach{
	position: relative;
	display: none;
	background-color: #ff008a;
	border-radius: 5px;
	width: 50%;
	padding: 20px;
	left: 25%;
}
#myInterests{
	position: relative;
	display: none;
	background-color: #eeff00;
	border-radius: 5px;
	width: 50%;
	padding: 20px;
	left: 25%;
}

.makered{
	background-color: red;
	border: 5px solid red;
	border-radius: 5px;
	font-size: 120%;
}

.Skills{
	background-color: #5596ff;
	border: 5px solid #5596ff;
	border-radius: 5px;
}

.Employment{
	background-color: #23ee20;
	border: 5px solid #23ee20;
	border-radius: 5px;
}

.Publications{
	background-color: #ff7300;
	border: 5px solid #ff7300;
	border-radius: 5px;
}

.Education{
	background-color: #00ffdc;
	border: 5px solid #00ffdc;
	border-radius: 5px;
}
.Teaching{
	background-color: #a000ff;
	border: 5px solid #a000ff;
	border-radius: 5px;
}
.Outreach{
	background-color: #ff008a;
	border: 5px solid #ff008a;
	border-radius: 5px;
}
.Interests{
	background-color: #eeff00;
	border: 5px solid #eeff00;
	border-radius: 5px;
}