.external {
	font-family: Garamond;
	font-size: 10px;
}
a:link{ text-decoration: none;
	color: blue;
}
	
a:visited{ text-decoration: none;
	color: blue;
}

a:hover{ text-decoration: none;
	color: cornflowerblue;
	font-weight: normal;
	letter-spacing: 0px;
}

.external {
	font-family: Garamond;
	font-size: 16px;

}
a.external:link{ text-decoration: none;
	color: magenta ;
}
	
a.external:visited{ text-decoration: none;
	color: magenta;
}

a.external:hover{ text-decoration: none;
	color: cornflowerblue;
	font-weight: bolder;
	letter-spacing: 1px;
}
.navigation {
	font-family: Papyrus;
	font-size: 18px;
}
h1{font-size:24px; color:#000; margin:0px; padding:0px; padding-top:3px; padding-bottom:8px}

