body {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	margin: 0px auto;
	margin-top: 15px;
	width: 800px;
}

a:link {
	color : #00C7CA;
	text-decoration : none;
}

a:visited {
	color : #00C7CA;
	text-decoration : none;
}

a:active {
	color : #00C7CA;
	text-decoration : none;
}

a:hover {
	text-decoration : none;
	color : Red;
}

br {
	font-size : 7px;
}

.Quote {
	font-size : 16px;
	font-style : italic;
	font-family : "Times New Roman", Times, serif;
	color: #1E1C0C;
}

.Menu {
	font-size : 14px;
	font-weight : bold;
}

.Footer {
	font-size : 14px;
	font-weight : bold;
}

.Footer a:link {
	color : Blue;
	text-decoration : none;
}

.Footer a:visited {
	color : Blue;
	text-decoration : none;
}

.Footer a:active {
	color : Blue;
}

.Footer a:hover {
	text-decoration : underline;
	color : Red;
}

