h1{
	font-family: Garamond, serif;
	text-align: center;
	letter-spacing:3px;
}

a:link{
	color:blue;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
}

a:visited{
	color:purple;
}

a:hover{
	color:red;
	text-decoration:underline;
}

#menu{
	font-size:1.15em;
	color:blue;
	font-weight:600;
	text-align:center;
}

hr{
	width:60%;
	color:#444;
}

img{
	float:left;
	margin-right:1em;
}

p{
	text-indent:1em;
	text-align:justify;
	line-height:23px;
}

.clear{
	clear:both;
}

.cite a:link{
	color:orange;
}