body{
	background-color: lavender;
	font-size: 120%;
	margin-left: 30px;
	margin-right: 30px;
}

h1{
	letter-spacing: 2px;
}

#email{
	text-shadow: none;
}

h3{
	text-shadow: 1px 2px 1px #483D8B;
}

li{
	color:#9370DB;
}

h1{
	color:#483D8B;
	text-align:center;
}



#email{
	text-align: center;
	color:#9370DB;

}

.date{
	font-weight: bold;
}

#photo{
	margin-left: 80%;
	width: 20%;
	margin-top:-10%;
}

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

a:vistited{
	color:#9370DB; 
	background-color:white;
	padding:5px 20px 5px 20px;
	text-align:center;
	border:1px solid #9370DB;
}

a:link {
	color:white;
	background-color:#9370DB;
	padding:5px 20px 5px 20px;
	text-align:center;
}

td,th{
	border-style: solid;
	padding: 1px 5px 10px 5px;
	box-sizing: border-box;
	text-align: center;

}
table{
	border-collapse: collapse;
	color:#483D8B;
	margin-left: 5%;
	width: 40%;
	table-layout: fixed;
}
tr:nth-child(odd){
	background-color:white;
}
tr:nth-child(even){
	background-color:#d4c6f1;
}

hr{
	border: 1px solid #483D8B;
}

footer{
	padding-top: 30px;
	text-align: center;
	padding-bottom: 30px;
}

#idmessage{
	padding: 1px 90px 100px 20px;
	border: 2px solid #483D8B;
	text-align: left;
}

#idemail{
	padding: 1px 44px 10px 10px;
	border: 2px solid #483D8B;
}

#idname{
	padding: 1px 45px 10px 10px;
	border: 2px solid #483D8B;
}

a:hover{
	background-color: white;
	color: #483D8B;
	border: 2px solid #483D8B;
}

#send:hover{
	background-color: #483D8B;
	color: white;
	border: 3px solid white;
}

#send{
	border: 2px solid #483D8B;
	background-color: white;
	padding: 1px 102px 15px 102px;
}

#namelabel{
	color: #483D8B;
}

#emaillabel{
	color: #483D8B;
}

#contactform{
	text-decoration: underline;
	text-shadow: 1px 2px 3px #483D8B; 
}
