/* EML Global CSS */

/* Main site font */
p {
	font-family: "Goudy Old Style", "Goudy", Garamond, "Times New Roman";
	font-size: 20px;
	color: #ffd700;
	text-align: justify;
	}

.scroll-event {
	font-family: "Goudy Old Style", "Palatino Linotype", "Times New Roman";
	color: #ffd700;
	font:30px bolder;
	font-variant: small-caps;
}

.scroll-year {
	font-style: normal;
	color: white;
	font: 30px Impact;
}

.body-text {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-top: 20px;
}

/* Products Page */

.prod-item {
	font-weight: bold;
}

.prod-desc {
	font-style: italic;
}

p.product-price {
	font-weight: bold;
	color: white;
}

h1 {
	font: "Goudy Old Style", "Goudy", "Palatino Linotype", "Georgia", "Times New Roman";
	color: white;
	font-size: 25px;
}




/* Horizontal links bar */
.linkbar {
	background: #a9a9a9;
	border-bottom: 5px solid #ffd700;
	border-top: 5px solid #ffd700;
	width: 100%;
}

/* Horizontal rule */
hr {
	width: 90%;
}

marquee {
	font-family: "Eras Demi ITC", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
}

a:hover {
	font-weight : bold;
	font-stretch: wider;
}


img {
	margin: 5px;
}

a:link, a:visited {
	text-decoration:none;
 	color: white;
}

a img{
	border:none;
}
