body{
	background-color: mintcream;
	font size: 150%;
}

h3{
	color:#1f4c30;
}

li{
	color:#545454;

}

h1{
	color:#1f4c30;
	text-align: center;
	text-shadow:3px 2px 3px green;
}

#email{
	text-align: center;
	color:#545454;
	font-style: italic;
}

.date{
	font-weight: bold;
}

#pic{
	position: fixed;
	top: 10%;
	right: 20%;

}

a{
	font-size: 150%;
	border-radius: 5px;
}
a:link{
	color:white;
	background-color: #1f4c30;
	padding: 5px 10px 5px;
	text-align: center;
	border: 5px solid #396432;
}
a:visited{
	color:#1f4c30;
	background-color: white;
	padding: 5px 10px 5px;
	text-align: center;
	border: 1px solid #1f4c30;
}

p{
	color: #545454;
}

td, th{
	border-style:solid;
	padding:1px 9px 5px 10px 5px;
	width: 150px;
	text-align: center;
}

table{
	border-collapse: collapse;
	color:;

}
tr:nth-child(odd){
	background-color: #00662c;
}
hr{
	border:1px solid #00662c;
}
footer{
	padding-top: 20px;
	text-align: center;
	padding-bottom: 15px;
}
#Message {
    width: 173px;
    height: 25px;
    padding: 8px;   
    font-size: 16px;
}

a:link:hover{
	background-color:  #a6d1b9;
	color:#1f4c30;



}

