body{
	background-color:mistyrose;
	font-size: 140%;
	margin-left: 20px;
	margin-right: 20px;
}

h3{
	color:rosybrown;
}

li{
	color:rosybrown;
}

h1{
	color:rosybrown;
	text-align: center;
	text-shadow: 3px 2px 3px lightpink;
}

#email{
	color:rosybrown;
	text-align: center;
	font-style: italic;
	text-decoration: underline;
}

.date{
	font-weight:bold;
}

#photo{
	position: absolute;
	top: 5%;
	right: 15%;
}

a{
	font-size:130%;
	text-align: center;
	padding: 5px 20px 5px 20px;
	border-radius: 10px;

}

a:link{
	color:mistyrose;
	background-color: rosybrown;
	border: 3px solid mistyrose;
}

a:visited{
	color:rosybrown;
	background-color: mistyrose;
	border:3px solid rosybrown;
}

p{
	color:rosybrown;
}

td, th{
	border-style: solid;
	padding: 1xpx 5px 10px 5px;
	width: 150px;
	text-align: center;
}
table{
	border-collapse: collapse;
	color: rosybrown;
}
tr:nth-child(1), tr:nth-child(3), tr:nth-child(5){
	background-color: white;
}
hr{
	border: 1px solid rosybrown;
}
footer{
	padding-top: 20px;
	text-align: center;
	padding-bottom: 15px;
}
label{
	color:rosybrown;
}
#Message{
	width:192px;
	height: 25px;
	padding: 8px; 
	margin-top:7px;
	font-size: 14px;
}
#Portfolio:hover{
	color:#d6a8b3;
	background-color: white;
	border: 3px solid rosybrown;
}
#School:hover{
	color:#d6a8b3;
	background-color: white;
	border: 3px solid rosybrown;
}
#Hobbies:hover{
	color:#d6a8b3;
	background-color: white;
	border: 3px solid rosybrown;
}
#btn:hover{
	background-color: rosybrown;
	color: white;
	border: 3px solid white;
}


