body{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #faf8e9;
}

h2{ 
	font-family: Georgia,Verdana,serif;
	text-align: center;
}

table{
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #bdcaba;
}

th{
	background-color: #389060;
	color: white;
}

td{
	border: 1px solid #bdcaba;
	padding: 5px;
	background-color: #fffcfb;
}

.description{
	min-width: 500px;
	width: 35em;
}

.link{
	min-width: 400px;
}

a:link{
	text-decoration: none;
	color: #228b22;
	border-bottom: 1px dotted #228b22;
}

a:visited{
	color: #766546;
	border-bottom:1px dotted #766546;
	text-decoration:none;
}

a:hover{
	color: #f3a347;
	border-bottom: 1px dotted #f3a347;
	text-decoration:none;
}