.link{
	Color: Black;
	font-family: "Monotype Corsiva";
	font-size: 24px;
	text-align: center;
}

.table{
	Color: Black;
	font-family: "Monotype Corsiva";
	font-size: 24px;
	text-align: left;
}

.gallery{
	padding: 10px;
}

.bottom{
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: Black;
}

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-align: center;
}

.menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-align:left;
}

a {
	text-decoration: underlined;
	color: Black;
}

a:active {
	color: Black;
}

a:hover {
	color: Purple;
	text-decoration: underline;
}