a:active {
	color: Red;
	font-weight: bolder
}
a:link {
	color: Blue;
	font-weight: bolder
}
a.goldlink:link {
	color: Gold;
	font-weight: bolder
}
a.goldlink:active {
	color: Gold;
	font-weight: bolder
}
a.goldlink:visited {
	color: Gold;
	font-weight: bolder
}

a:visited {
	color: #0000FF;
	font-weight: bolder
}
b {
	font-weight: bold
}
blockquote {
	font-weight: normal;
	margin: 3em
}
body {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: medium;
	line-height: 100%;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	background: #FF00FF url(images/goldbg.jpg) repeat fixed;
	list-style-position: outside
}
br {
clear: both
}
h1 {
	font-size: x-large;
	color: #b400b4;
	font-weight: bold
}
h2 {
	font-size: large;
	font-weight: bold; color: #b400b4
}
h3 {
	font-size: medium;
	font-weight: bold; color: #950095
}
h4 {
	font-size: medium
}
h5 {
	font-size: small
}
h6 {
	font-size: x-small
}

hr {
	color: #00FFFF;
	line-height: 2px
}
i {
	font-style: italic
}
strong {
	font-weight: bold
}
p {  font-size: medium; font-weight: bold; color: #3300cc}

.small {  font-size: x-small; font-weight: lighter}
.larger {  font-size: large; font-weight: bolder}
.dates {  font-weight: bold; color: #990033}
.months {  font-size: medium; color: #0033CC; font-weight: bold}
.bold {  font-weight: bolder}
.venue {  color: #0000CC; font-weight: bold}
.wine {  font-weight: bold; color: #660066}
.maroon {  color: #990033}
.red {  color: #FF0000}
.silver {  color: #CCCCCC}
.dark {  color: #330099}
.white {  color: #FFFFFF}
.smaller {  font-size: small}
.black {  color: #000000}
.gold {  color: #FFC298}
.pink {  color: #FF33FF}
.turq {  color: #33CCFF}
.silver_bold {  font-weight: 600; color: #CCCCCC}
.large {  font-size: x-large}
.gold_bold {
	font-weight: bold;
	color: gold;
}
.float_left {
	float: left;
}
